From 2cd33c483cfe23b94fb81ffb42a566ed110e7428 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 10 Jul 2014 10:32:49 -0500 Subject: Moving the quotation. This commit sponsored by Max Lupo. Thanks Max! --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtests.sh') 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 -- cgit v1.2.3