mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
notes for tests that are problematic when using compile-to-C++
This commit is contained in:
parent
db7f88e661
commit
f9c1f57f9c
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
# Don't run the test for compiled scripts. To work, they need separate
|
||||
# compilation of the manager and worker parts, and that also leads to
|
||||
# lines (and sets) being displayed in a different order due to different
|
||||
# hash function seedings (though probably -D would control for that).
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-PORT: BROKER_PORT1
|
||||
# @TEST-PORT: BROKER_PORT2
|
||||
# @TEST-PORT: BROKER_PORT3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue