mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Merge branch 'topic/christian/fix-skipped-sqlite-test'
* topic/christian/fix-skipped-sqlite-test: Fix requirement check in a logging framework / sqlite btest
This commit is contained in:
commit
8a4ed58731
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
5.1.0-dev.248 | 2022-07-13 18:17:13 -0700
|
||||||
|
|
||||||
|
* Fix requirement check in a logging framework / sqlite btest (Christian Kreibich, Corelight)
|
||||||
|
|
||||||
5.1.0-dev.245 | 2022-07-13 11:57:18 -0700
|
5.1.0-dev.245 | 2022-07-13 11:57:18 -0700
|
||||||
|
|
||||||
* Stop signal-masking upon running unit tests (Christian Kreibich, Corelight)
|
* Stop signal-masking upon running unit tests (Christian Kreibich, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.1.0-dev.245
|
5.1.0-dev.248
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# Don't run this test if we build with '--sanitizers=thread' because we
|
# Don't run this test if we build with '--sanitizers=thread' because we
|
||||||
# disable the shared cache in that case due to a SQLite bug.
|
# disable the shared cache in that case due to a SQLite bug.
|
||||||
# @TEST-REQUIRES: grep -q "#define ZEEK_TSAN" zeek-config.h || test $? == 0
|
# @TEST-REQUIRES: ! grep -q "#define ZEEK_TSAN" $BUILD/zeek-config.h
|
||||||
# @TEST-GROUP: sqlite
|
# @TEST-GROUP: sqlite
|
||||||
#
|
#
|
||||||
# @TEST-EXEC: zeek -b %INPUT
|
# @TEST-EXEC: zeek -b %INPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue