mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
updates to test suite tests for compatibility with upcoming ZAM functionality
This commit is contained in:
parent
b5b58b0a3a
commit
b6e9776a11
18 changed files with 103 additions and 36 deletions
|
@ -1,3 +1,8 @@
|
|||
# Skip this test when using ZAM, as it will generate a hard error (since it's
|
||||
# certain that the variable is used w/o initialization) rather than just
|
||||
# a warning.
|
||||
# @TEST-REQUIRES: test "${ZEEK_ZAM}" != "1"
|
||||
#
|
||||
# @TEST-DOC: ``zeek -a -u`` should detect usage issues without executing code
|
||||
# @TEST-EXEC: zeek -b -a -u %INPUT >out 2>&1
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue