mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Attempting to fix modbus test portability.
Adding the external canonifier, let's if that helps. Maybe the test would be better located in the external suite anyways ...
This commit is contained in:
parent
6c70b11cea
commit
d75ee59953
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# @TEST-EXEC: bro -r $TRACES/modbus.trace %INPUT | sort | uniq -c >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$DIST/testing/scripts/diff-canonifier-external btest-diff output
|
||||
# @TEST-EXEC: cat output | awk '{print $1}' | sort | uniq | wc -l >covered
|
||||
# @TEST-EXEC: cat ${DIST}/src/event.bif | grep "^event modbus_" | wc -l >total
|
||||
# @TEST-EXEC: echo `cat covered` of `cat total` events triggered by trace >coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue