X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=runtests.sh;h=94e77da223373155cebfa4bfdd098d86b9616e6a;hb=fe53180359b03cfacfb45286fdc4c30cbfd9289f;hp=1dfbf09391e35d5ff606d9da589d6067c3a0cf0b;hpb=f0b497ec5a0ff3b5a74115f420cd9ddcf52db830;p=mediagoblin.git diff --git a/runtests.sh b/runtests.sh index 1dfbf093..94e77da2 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,7 +1,7 @@ #!/bin/sh # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -23,7 +23,8 @@ elif which nosetests > /dev/null; then echo "Using nosetests from \$PATH"; export NOSETESTS="nosetests"; else - echo "No nosetests found, exiting! X_X"; + echo "nosetests not found. X_X"; + echo "Please install 'nose'. Exiting."; exit 1 fi