mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00

Removed a TEST_DIFF_CANONIFIER from a test, because it is already set in btest.cfg, and this one also doesn't actually specify the path to the script.
8 lines
421 B
Text
8 lines
421 B
Text
# @TEST-EXEC: ${DIST}/aux/bro-aux/plugin-support/init-plugin -u . Demo Foo
|
|
# @TEST-EXEC: cp -r %DIR/writer-plugin/* .
|
|
# @TEST-EXEC: ./configure --bro-dist=${DIST} && make
|
|
# @TEST-EXEC: BRO_PLUGIN_PATH=`pwd` bro -NN Demo::Foo >>output
|
|
# @TEST-EXEC: echo === >>output
|
|
# @TEST-EXEC: BRO_PLUGIN_PATH=`pwd` bro -r $TRACES/socks.trace Log::default_writer=Log::WRITER_FOO %INPUT | sort >>output
|
|
# @TEST-EXEC: btest-diff output
|
|
|