mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/btest-bg-run-sleep-0'
* origin/topic/awelzel/btest-bg-run-sleep-0: testing/btest: Remove btest-bg-run sleep 1
This commit is contained in:
commit
0a6429d447
4 changed files with 11 additions and 2 deletions
8
CHANGES
8
CHANGES
|
@ -1,3 +1,11 @@
|
||||||
|
7.2.0-dev.405 | 2025-03-21 09:43:18 +0100
|
||||||
|
|
||||||
|
* testing/btest: Remove btest-bg-run sleep 1 (Arne Welzel, Corelight)
|
||||||
|
|
||||||
|
Bump to the latest btest master version and set BTEST_BG_RUN_SLEEP
|
||||||
|
environment variable to 0. This makes btest-bg-run return
|
||||||
|
immediately instead of delaying by 1 second.
|
||||||
|
|
||||||
7.2.0-dev.402 | 2025-03-19 12:47:37 -0700
|
7.2.0-dev.402 | 2025-03-19 12:47:37 -0700
|
||||||
|
|
||||||
* util: Fix terminate_processing() called from non-main thread (Arne Welzel, Corelight)
|
* util: Fix terminate_processing() called from non-main thread (Arne Welzel, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.2.0-dev.402
|
7.2.0-dev.405
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9590947dc1d4e8096af21e344311c6b1d188d197
|
Subproject commit 789eec5c2e4229dc8e8a9421157d9e3327256bd8
|
|
@ -20,6 +20,7 @@ ZEEK_PLUGIN_PATH=
|
||||||
TZ=UTC
|
TZ=UTC
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
BTEST_PATH=%(testbase)s/../../auxil/btest
|
BTEST_PATH=%(testbase)s/../../auxil/btest
|
||||||
|
BTEST_BG_RUN_SLEEP=0
|
||||||
PATH=%(testbase)s/../../%(build_dir)s/src%(pathsep)s%(testbase)s/../scripts%(pathsep)s%(testbase)s/../../auxil/btest%(pathsep)s%(testbase)s/../../%(build_dir)s/auxil/zeek-aux/zeek-cut%(pathsep)s%(testbase)s/../../%(build_dir)s/auxil/spicy/bin%(pathsep)s%(testbase)s/../../%(build_dir)s/src/spicy/spicyz%(pathsep)s%(testbase)s/../../auxil/btest/sphinx%(pathsep)s%(default_path)s%(pathsep)s/sbin
|
PATH=%(testbase)s/../../%(build_dir)s/src%(pathsep)s%(testbase)s/../scripts%(pathsep)s%(testbase)s/../../auxil/btest%(pathsep)s%(testbase)s/../../%(build_dir)s/auxil/zeek-aux/zeek-cut%(pathsep)s%(testbase)s/../../%(build_dir)s/auxil/spicy/bin%(pathsep)s%(testbase)s/../../%(build_dir)s/src/spicy/spicyz%(pathsep)s%(testbase)s/../../auxil/btest/sphinx%(pathsep)s%(default_path)s%(pathsep)s/sbin
|
||||||
TRACES=%(testbase)s/Traces
|
TRACES=%(testbase)s/Traces
|
||||||
FILES=%(testbase)s/Files
|
FILES=%(testbase)s/Files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue