update input tests to use exit_only_after_terminate

This commit is contained in:
Bernhard Amann 2013-02-01 15:45:21 -08:00
parent d4289b3313
commit dd24d7af83
33 changed files with 42 additions and 134 deletions

View file

@ -1,10 +1,9 @@
# (uses listen.bro just to ensure input sources are more reliably fully-read).
# @TEST-SERIALIZE: comm
#
# @TEST-EXEC: btest-bg-run bro bro -b %INPUT
# @TEST-EXEC: btest-bg-wait -k 5
# @TEST-EXEC: btest-diff out
redef exit_only_after_terminate = T;
redef InputAscii::separator = "|";
redef InputAscii::set_separator = ",";
redef InputAscii::empty_field = "(empty)";
@ -25,8 +24,6 @@ abc\xff\x7cdef|DATA2
#end|2012-07-20-01-49-19
@TEST-END-FILE
@load frameworks/communication/listen
global outfile: file;
global try: count;