mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Cleaning up some testing stuff.
- The Makefiles now run btest with "-f diag.log" so that diangnostics output will always be written into that file. - Makefiles now hardcode path to btest to avoid picking up the wrong version if in PATH. - The canonifier scripts now live in testing/scripts, and they are used from both btest/ and external/. - There's a new diff-remove-uids scripts that removed connection UIDs for diffing. The external/* tests now use that by default. - Timestamp removal now has its own script: diff-remove-timestamps. diff-canonifier calls that. - All Makefile have a "brief" target that runs btest with -b. - The higher-level directories have Makefile to call the subdirs.
This commit is contained in:
parent
1fded82c32
commit
c738701ffd
20 changed files with 75 additions and 21 deletions
2
testing/external/scripts/skel/test.skeleton
vendored
Normal file
2
testing/external/scripts/skel/test.skeleton
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
@TEST-EXEC: bro -r $TRACES/test.trace test-all
|
||||
@TEST-EXEC: for i in *.log; do btest-diff $i; done
|
Loading…
Add table
Add a link
Reference in a new issue