mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add check for curl command to active-http.test
Added a check if the curl command is available when running the active-http.test so that it fails more quickly and with a clear error message if it's not available.
This commit is contained in:
parent
1a9835a00a
commit
fdb6d190b8
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# @TEST-REQUIRES: which python
|
||||
#
|
||||
# @TEST-EXEC: which curl
|
||||
# @TEST-EXEC: btest-bg-run httpd python $SCRIPTS/httpd.py --max 1
|
||||
# @TEST-EXEC: sleep 3
|
||||
# @TEST-EXEC: btest-bg-run bro bro -b %INPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue