ci/btest: Remove spicy-quic helper, disable Spicy on CentOS 7

The have-quic pattern wasn't great and it wouldn't scale.
This commit is contained in:
Arne Welzel 2023-10-11 17:15:31 +02:00
parent e51d7815f2
commit 1774a25f00
20 changed files with 16 additions and 33 deletions

View file

@ -4,9 +4,8 @@
# Commonly, this test may fail if one forgets to @load some base/ scripts
# when writing a new zeek scripts.
#
# Require Spicy and QUIC, otherwise their scripts cannot be loaded.
# Require Spicy, otherwise its 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