Fix a unit test to check for Broker requirement.

This commit is contained in:
Jon Siwek 2015-06-05 09:09:44 -05:00
parent 74c83058e6
commit 7de83e0cf0
3 changed files with 8 additions and 3 deletions

View file

@ -1,9 +1,12 @@
2.4-beta-39 | 2015-06-05 09:09:44 -0500
* Fix a unit test to check for Broker requirement. (Jon Siwek)
2.4-beta-38 | 2015-06-04 14:48:37 -0700
* Test for Broker termination. (Robin Sommer)
2.4-beta-37 | 2015-06-04 07:53:52 -0700
* BIT-1408: Improve I/O loop and Broker IOSource. (Jon Siwek)

View file

@ -1 +1 @@
2.4-beta-38
2.4-beta-39

View file

@ -1,4 +1,6 @@
# @TEST-EXEC: bro %INPUT >output
# @TEST-REQUIRES: grep -q ENABLE_BROKER $BUILD/CMakeCache.txt
# @TEST-EXEC: bro -b %INPUT >output
# @TEST-EXEC: btest-diff output
redef exit_only_after_terminate = T;