btest/quic: Update other tests

This commit is contained in:
Arne Welzel 2023-10-11 14:11:23 +02:00
parent 3f99aa7996
commit f814be4484
10 changed files with 40 additions and 14 deletions

View file

@ -4,8 +4,9 @@
# Commonly, this test may fail if one forgets to @load some base/ scripts
# when writing a new zeek scripts.
#
# Require Spicy, otherwise its scripts cannot be loaded.
# Require Spicy and QUIC, otherwise their scripts cannot be loaded.
# @TEST-REQUIRES: have-spicy
# @TEST-REQUIRES: have-quic
#
# @TEST-EXEC: test -d $DIST/scripts
# @TEST-EXEC: for script in `find $DIST/scripts/ -name \*\.zeek`; do zeek -b --parse-only $script >>errors 2>&1; done