mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
commit
61f93f9eb6
3 changed files with 8 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -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
|
||||
|
||||
* Btests: don't use -C in Zeek invocations that don't actually need it (Christian Kreibich, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.0.0-dev.410
|
||||
8.0.0-dev.412
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
#
|
||||
# @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: btest-diff output
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue