mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +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
3
testing/btest/Baseline/language.invalid_index/err
Normal file
3
testing/btest/Baseline/language.invalid_index/err
Normal file
|
@ -0,0 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
expression error in <...>/invalid_index.zeek, line 11: no such index (foo[1])
|
||||
expression error in <...>/invalid_index.zeek, line 17: no such index (foo2[1])
|
|
@ -1,6 +1,4 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
expression error in <...>/invalid_index.zeek, line 10: no such index (foo[1])
|
||||
expression error in <...>/invalid_index.zeek, line 16: no such index (foo2[1])
|
||||
foo[0], 42
|
||||
foo2[0], 13
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue