Skip to content

Commit

Permalink
Merge pull request #392
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Mar 14, 2024
2 parents 4f11dba + 63fff54 commit 2e6724c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.8.0-dev.47 | 2024-03-14 20:56:38 +0100

* Fix CTest setup for the unit tests (Dominik Charousset, Corelight)

2.8.0-dev.45 | 2024-03-14 19:23:38 +0100

* Use the Canonical Project Structure for Broker (Dominik Charousset, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0-dev.45
2.8.0-dev.47
2 changes: 1 addition & 1 deletion libbroker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ foreach(file_path ${BROKER_TEST_SRC})
if (${test_name} STREQUAL broker.radix_tree)
set(test_verbosity 3) # otherwise it just produces way too much output
endif ()
add_test(NAME ${test_name} COMMAND broker-test -v ${test_verbosity} -s "^${suite}$" ${ARGN})
add_test(NAME ${test_name} COMMAND broker-test -v ${test_verbosity} -s "^${test_name}$" ${ARGN})
set_tests_properties(${test_name} PROPERTIES TIMEOUT ${BROKER_TEST_TIMEOUT})
set_tests_properties(${test_name} PROPERTIES ENVIRONMENT
"BROKER_TEST_DIR=${BROKER_TEST_DIR}")
Expand Down

0 comments on commit 2e6724c

Please sign in to comment.