Update Python invocations to explicit python3

This commit is contained in:
Jon Siwek 2020-11-24 20:27:44 -08:00
parent eeec219a66
commit 9717c623c2
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# @TEST-REQUIRES: which python
# @TEST-REQUIRES: which python3
# @TEST-REQUIRES: which curl
#
# @TEST-EXEC: btest-bg-run httpd python $SCRIPTS/httpd.py --max 2 --addr=127.0.0.1
# @TEST-EXEC: btest-bg-run httpd python3 $SCRIPTS/httpd.py --max 2 --addr=127.0.0.1
# @TEST-EXEC: sleep 3
# @TEST-EXEC: btest-bg-run zeek zeek -b %INPUT
# @TEST-EXEC: btest-bg-wait 15