diff options
Diffstat (limited to 'tests/driver.sh')
-rwxr-xr-x | tests/driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/driver.sh b/tests/driver.sh index cc62644b..879c093d 100755 --- a/tests/driver.sh +++ b/tests/driver.sh @@ -21,5 +21,5 @@ fi $TESTSRV -q -a 127.0.0.1 & echo $! >> $TESTPID sleep 1 -python -m unittest $1.py +python3 -m unittest $1.py kill `cat $TESTPID` |