mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Trim diffed output in test spicy.spicy-dump
.
We previously would include any and all output from stderr during
compilation in the test baseline. Depending on the used compiler this
output may contain C++ compilation warnings which are uninteresting for
the behavior under test.
(cherry picked from commit 5221edf474
)
This commit is contained in:
parent
c3aecb0c96
commit
328688cb18
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# @TEST-DOC: Smoke test for a bundled Spicy.
|
||||
#
|
||||
# @TEST-REQUIRES: $SCRIPTS/have-spicy
|
||||
# @TEST-EXEC: printf 12345 | ${BUILD}/auxil/spicy/spicy/bin/spicy-dump -d %INPUT >output 2>&1
|
||||
# @TEST-EXEC: printf 12345 | ${BUILD}/auxil/spicy/spicy/bin/spicy-dump -d %INPUT >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
module test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue