mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fixed for Brofiler merge.
This commit is contained in:
parent
60ae6f01d1
commit
f6f9dd952f
4 changed files with 5 additions and 5 deletions
|
@ -18,4 +18,4 @@ DIST=%(testbase)s/../..
|
|||
BUILD=%(testbase)s/../../build
|
||||
TEST_DIFF_CANONIFIER=$SCRIPTS/diff-canonifier
|
||||
TMPDIR=%(testbase)s/.tmp
|
||||
# BRO_PROFILER_FILE=%(testbase)s/.tmp/script-coverage
|
||||
BRO_PROFILER_FILE=%(testbase)s/.tmp/script-coverage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# @TEST-EXEC: BROFILER_FILE=coverage bro -b %INPUT
|
||||
# @TEST-EXEC: BRO_PROFILER_FILE=coverage bro -b %INPUT
|
||||
# @TEST-EXEC: grep %INPUT coverage | sort -k2 >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff output
|
||||
|
||||
print "first";
|
||||
|
||||
|
|
2
testing/external/subdir-btest.cfg
vendored
2
testing/external/subdir-btest.cfg
vendored
|
@ -17,4 +17,4 @@ TRACES=%(testbase)s/Traces
|
|||
SCRIPTS=%(testbase)s/../scripts
|
||||
DIST=%(testbase)s/../../..
|
||||
BUILD=%(testbase)s/../../../build
|
||||
BROFILER_FILE=%(testbase)s/.tmp/script-coverage
|
||||
BRO_PROFILER_FILE=%(testbase)s/.tmp/script-coverage
|
||||
|
|
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue