mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix a unit test to check for Broker requirement.
This commit is contained in:
parent
74c83058e6
commit
7de83e0cf0
3 changed files with 8 additions and 3 deletions
5
CHANGES
5
CHANGES
|
@ -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
|
2.4-beta-38 | 2015-06-04 14:48:37 -0700
|
||||||
|
|
||||||
* Test for Broker termination. (Robin Sommer)
|
* Test for Broker termination. (Robin Sommer)
|
||||||
|
|
||||||
|
|
||||||
2.4-beta-37 | 2015-06-04 07:53:52 -0700
|
2.4-beta-37 | 2015-06-04 07:53:52 -0700
|
||||||
|
|
||||||
* BIT-1408: Improve I/O loop and Broker IOSource. (Jon Siwek)
|
* BIT-1408: Improve I/O loop and Broker IOSource. (Jon Siwek)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.4-beta-38
|
2.4-beta-39
|
||||||
|
|
|
@ -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
|
# @TEST-EXEC: btest-diff output
|
||||||
|
|
||||||
redef exit_only_after_terminate = T;
|
redef exit_only_after_terminate = T;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue