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:
Christian Kreibich 2022-07-13 18:17:13 -07:00
commit 8a4ed58731
3 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -1 +1 @@
5.1.0-dev.245 5.1.0-dev.248

View file

@ -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