zeek/auxil/btest/testing/tests/verbose.test
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
291 B
Plaintext

# %TEST-EXEC: btest -v t1 t2 >output 2>&1
# %TEST-EXEC: btest-diff output
%TEST-START-FILE t1
@TEST-EXEC: echo "Hello, World!"
%TEST-END-FILE
%TEST-START-FILE t2
@TEST-EXEC: echo "This is the contents of the .verbose file" > ${TEST_VERBOSE}
@TEST-EXEC: echo "Hello, World!"
%TEST-END-FILE