Sort output of a coverage unit test

This commit is contained in:
Jon Siwek 2018-09-04 12:07:54 -05:00
parent 47ea7e7ad2
commit 07aac5f84f
3 changed files with 8 additions and 2 deletions

View file

@ -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 2.5-957 | 2018-09-04 09:28:47 -0500
* Fix/improve the find-bro-logs.test (Daniel Thayer) * Fix/improve the find-bro-logs.test (Daniel Thayer)

View file

@ -1 +1 @@
2.5-957 2.5-961

View file

@ -6,4 +6,4 @@
# #
# @TEST-EXEC: test -d $DIST/scripts # @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: 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