Merge remote-tracking branch 'origin/topic/awelzel/disable-zam-bif-tracking'

* origin/topic/awelzel/disable-zam-bif-tracking:
  btest/opt/ZAM-bif-tracking: Disable by default
This commit is contained in:
Arne Welzel 2025-06-10 18:50:39 +02:00
commit 61f93f9eb6
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,7 @@
8.0.0-dev.412 | 2025-06-10 18:50:39 +0200
* btest/opt/ZAM-bif-tracking: Disable by default (Arne Welzel, Corelight)
8.0.0-dev.410 | 2025-06-09 18:00:33 -0700 8.0.0-dev.410 | 2025-06-09 18:00:33 -0700
* Btests: don't use -C in Zeek invocations that don't actually need it (Christian Kreibich, Corelight) * Btests: don't use -C in Zeek invocations that don't actually need it (Christian Kreibich, Corelight)

View file

@ -1 +1 @@
8.0.0-dev.410 8.0.0-dev.412

View file

@ -2,6 +2,9 @@
# #
# @TEST-REQUIRES: have-spicy # @TEST-REQUIRES: have-spicy
# #
# Only run this test when ZEEK_ZAM_MAINTENANCE env is set and not "0".
# @TEST-REQUIRES: test "${ZEEK_ZAM_MAINTENANCE}" != "" && test "${ZEEK_ZAM_MAINTENANCE}" != "0"
#
# @TEST-EXEC: zeek -b %INPUT >output # @TEST-EXEC: zeek -b %INPUT >output
# @TEST-EXEC: btest-diff output # @TEST-EXEC: btest-diff output