diff options
author | Amirouche Boubekki <amirouche.boubekki@gmail.com> | 2013-08-08 20:51:20 +0200 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-07-10 10:31:53 -0500 |
commit | 1dc126cbb0f2fbf4c1076b397ce8450d2482f54c (patch) | |
tree | fb3373094f78c90a9502ce6588e994c3aa4db978 /runtests.sh | |
parent | 4285fc67b30e8e97d7ea26e5085438a9bd8ac44b (diff) | |
download | mediagoblin-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-x | runtests.sh | 2 |
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 |