mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Add check for curl command to active-http.test I've moved the check from TEST-EXEC to TEST-REQUIRES. I think it's fine to just skip the test if curl is not available.
This commit is contained in:
commit
2e05978210
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.2-beta-68 | 2013-10-14 09:26:09 -0700
|
||||
|
||||
* Add check for curl command to active-http.test. (Daniel Thayer)
|
||||
|
||||
2.2-beta-64 | 2013-10-14 09:20:04 -0700
|
||||
|
||||
* Review usage of Reporter::InternalError, addresses BIT-1045.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2-beta-64
|
||||
2.2-beta-68
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# @TEST-REQUIRES: which python
|
||||
# @TEST-REQUIRES: which curl
|
||||
#
|
||||
# @TEST-EXEC: btest-bg-run httpd python $SCRIPTS/httpd.py --max 1
|
||||
# @TEST-EXEC: sleep 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue