mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Include spicy in build.
This commit is contained in:
parent
e83c4c834d
commit
95aff9a1e3
37 changed files with 350 additions and 76 deletions
|
@ -7,6 +7,7 @@
|
|||
# prefix to make the test work everywhere. That's what the sed magic
|
||||
# below does. Don't ask. :-)
|
||||
|
||||
# @TEST-REQUIRES: $SCRIPTS/have-spicy # This test logs loaded scripts, so disable it if Spicy and it associated plugin is unavailable.
|
||||
# @TEST-EXEC: zeek -b misc/loaded-scripts
|
||||
# @TEST-EXEC: test -e loaded_scripts.log
|
||||
# @TEST-EXEC: cat loaded_scripts.log | egrep -v '#' | awk 'NR>0{print $1}' | sed -e ':a' -e '$!N' -e 's/^\(.*\).*\n\1.*/\1/' -e 'ta' >prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue