Use .zeek file suffix in unit tests

This commit is contained in:
Jon Siwek 2019-04-16 16:07:49 -07:00
parent 93d384adeb
commit 1e57e3f026
862 changed files with 533 additions and 529 deletions

View file

@ -1,4 +1,4 @@
# @TEST-EXEC: btest-bg-run bro bro -b ../dirtest.bro
# @TEST-EXEC: btest-bg-run bro bro -b ../dirtest.zeek
# @TEST-EXEC: $SCRIPTS/wait-for-file bro/next1 10 || (btest-bg-wait -k 1 && false)
# @TEST-EXEC: touch testdir/newone
# @TEST-EXEC: rm testdir/bye
@ -8,7 +8,7 @@
# @TEST-EXEC: touch testdir/newone
# @TEST-EXEC: btest-diff bro/.stdout
@TEST-START-FILE dirtest.bro
@TEST-START-FILE dirtest.zeek
@load base/utils/dir
redef exit_only_after_terminate = T;

View file

@ -1,8 +1,8 @@
# @TEST-EXEC: btest-bg-run bro bro -b ../exectest.bro
# @TEST-EXEC: btest-bg-run bro bro -b ../exectest.zeek
# @TEST-EXEC: btest-bg-wait 15
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-sort btest-diff bro/.stdout
@TEST-START-FILE exectest.bro
@TEST-START-FILE exectest.zeek
@load base/utils/exec
redef exit_only_after_terminate = T;