aboutsummaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorAmirouche Boubekki <amirouche.boubekki@gmail.com>2013-08-08 20:51:20 +0200
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-07-10 10:31:53 -0500
commit1dc126cbb0f2fbf4c1076b397ce8450d2482f54c (patch)
treefb3373094f78c90a9502ce6588e994c3aa4db978 /runtests.sh
parent4285fc67b30e8e97d7ea26e5085438a9bd8ac44b (diff)
downloadmediagoblin-1dc126cbb0f2fbf4c1076b397ce8450d2482f54c.tar.lz
mediagoblin-1dc126cbb0f2fbf4c1076b397ce8450d2482f54c.tar.xz
mediagoblin-1dc126cbb0f2fbf4c1076b397ce8450d2482f54c.zip
runtests.sh was asking to install nose instead of pytest
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index 00164a78..ae020fea 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 'nose'. Exiting.";
+ echo "Please install 'pytest e.g. with pip install pytest'. Exiting.";
exit 1
fi