mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fix test failure due to some platforms joining stderr/stdout differently.
This commit is contained in:
parent
556b88e322
commit
24f3eb7fc2
3 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,8 @@
|
|||
#
|
||||
# @TEST-EXEC: bro -b -r %DIR/rotation.trace %INPUT 2>&1 | egrep "test|test2" | sort >out
|
||||
# @TEST-EXEC: bro -b -r %DIR/rotation.trace %INPUT | egrep "test|test2" | sort >out
|
||||
# @TEST-EXEC: for i in `ls test*.log | sort`; do printf '> %s\n' $i; cat $i; done | sort | uniq >>out
|
||||
# @TEST-EXEC: btest-diff out
|
||||
# @TEST-EXEC: btest-diff .stderr
|
||||
|
||||
module Test;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue