zeek/testing/scripts/btest-bg-run
2012-01-26 20:55:24 -08:00

7 lines
315 B
Bash
Executable file

#! /usr/bin/env bash
# This is a wrapper script to btest's real btest-bg-run. It's used
# when collecting Bro script coverage statistics so that two independent
# Bro processing don't try to write those usage statistics to the same file.
BRO_PROFILER_FILE=`mktemp -t script-coverage` $BTEST_PATH/btest-bg-run $@