diff options
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh index ae020fea..e2523961 100755 --- a/runtests.sh +++ b/runtests.sh @@ -34,7 +34,7 @@ elif which py.test > /dev/null; then export PYTEST="py.test"; else echo "py.test not found. X_X"; - echo "Please install 'pytest e.g. with pip install pytest'. Exiting."; + echo "Please install pytest e.g. with 'pip install pytest'. Exiting."; exit 1 fi |