mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
update input tests to use exit_only_after_terminate
This commit is contained in:
parent
d4289b3313
commit
dd24d7af83
33 changed files with 42 additions and 134 deletions
|
@ -1,6 +1,3 @@
|
|||
# (uses listen.bro just to ensure input sources are more reliably fully-read).
|
||||
# @TEST-SERIALIZE: comm
|
||||
#
|
||||
# @TEST-EXEC: cp input1.log input.log
|
||||
# @TEST-EXEC: btest-bg-run bro bro -b %INPUT
|
||||
# @TEST-EXEC: sleep 2
|
||||
|
@ -23,8 +20,9 @@
|
|||
2 TEST TEST
|
||||
@TEST-END-FILE
|
||||
|
||||
@load frameworks/communication/listen
|
||||
@load base/frameworks/communication # let network-time run
|
||||
|
||||
redef exit_only_after_terminate = T;
|
||||
|
||||
module A;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue