Fixed for Brofiler merge.

This commit is contained in:
Robin Sommer 2012-01-26 20:55:24 -08:00
parent 60ae6f01d1
commit f6f9dd952f
4 changed files with 5 additions and 5 deletions

View file

@ -4,4 +4,4 @@
# when collecting Bro script coverage statistics so that two independent
# Bro processing don't try to write those usage statistics to the same file.
BROFILER_FILE=`mktemp -t script-coverage` $BTEST_PATH/btest-bg-run $@
BRO_PROFILER_FILE=`mktemp -t script-coverage` $BTEST_PATH/btest-bg-run $@