mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Sort output of a coverage unit test
This commit is contained in:
parent
47ea7e7ad2
commit
07aac5f84f
3 changed files with 8 additions and 2 deletions
6
CHANGES
6
CHANGES
|
@ -1,4 +1,10 @@
|
|||
|
||||
2.5-961 | 2018-09-04 12:07:54 -0500
|
||||
|
||||
* Sort output of a coverage unit test (Jon Siwek, Corelight)
|
||||
|
||||
* Remove non-ascii char from rdp/consts.bro (Jon Siwek, Corelight)
|
||||
|
||||
2.5-957 | 2018-09-04 09:28:47 -0500
|
||||
|
||||
* Fix/improve the find-bro-logs.test (Daniel Thayer)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5-957
|
||||
2.5-961
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
#
|
||||
# @TEST-EXEC: test -d $DIST/scripts
|
||||
# @TEST-EXEC: for script in `find $DIST/scripts/ -name \*\.bro`; do bro -b --parse-only $script >>errors 2>&1; done
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff errors
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER="$SCRIPTS/diff-remove-abspath | $SCRIPTS/diff-sort" btest-diff errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue