mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Fix for test portability.
This commit is contained in:
parent
91c218d44a
commit
81933d25a8
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.3-229 | 2014-10-07 20:18:11 -0700
|
||||
|
||||
* Fix for test portability. (Robin Sommer)
|
||||
|
||||
2.3-228 | 2014-10-07 15:32:37 -0700
|
||||
|
||||
* Include plugin unit tests into the top-level btest configuration. (Robin Sommer)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3-228
|
||||
2.3-229
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
# @TEST-EXEC: bash %INPUT
|
||||
# @TEST-EXEC: ./configure --bro-dist=${DIST} && make
|
||||
# @TEST-EXEC-FAIL: BRO_PLUGIN_PATH=`pwd` bro -NN Demo::Foo >>output 2>&1
|
||||
# @TEST-EXEC: btest-diff output
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff output
|
||||
|
||||
( echo '#define BRO_PLUGIN_API_VERSION 42'; cat src/Plugin.cc; ) >src/Plugin.cc.tmp && mv src/Plugin.cc.tmp src/Plugin.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue