Moving the quotation.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Jul 2014 15:32:49 +0000 (10:32 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Jul 2014 15:32:49 +0000 (10:32 -0500)
This commit sponsored by Max Lupo.  Thanks Max!

runtests.sh

index ae020feac2d5995498a356db5410aabb08bd27d2..e25239612862b7bbcfb97b65a7dd47f68f5a2474 100755 (executable)
@@ -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