mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Improve error message when failing to activate a plugin.
Also fix a unit test helper script that checks plugin availability.
This commit is contained in:
parent
a7373a1ca4
commit
d342cde22c
2 changed files with 8 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
# Returns true if Bro has been compiled with support for writer type
|
||||
# $1. The type name must match the plugin name that "bro -N" prints.
|
||||
|
||||
bro -N $1 >/dev/null
|
||||
bro -N | grep -q $1 >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue