mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Separate stdout from stderr in btest baselines
Redirecting both to the same file can show platform-specific differences (e.g. Alpine), likely due to different buffering defaults.
This commit is contained in:
parent
8e47494dff
commit
3e9ac00f21
52 changed files with 106 additions and 63 deletions
|
@ -1,5 +1,6 @@
|
|||
# @TEST-EXEC: zeek -b %INPUT >out 2>&1
|
||||
# @TEST-EXEC: zeek -b %INPUT >out 2>err
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff out
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff err
|
||||
|
||||
# Note that while modifying container membership during for-loop iteration is
|
||||
# supposed to be undefined-behavior, it should be practically ok to have this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue