commit: f636c344811df9ee712530dca31ce9797756b03e
parent 3bf79c752ede4503db2b6cd5e8ccb55d163f6598
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Fri, 22 Feb 2013 16:40:19 +0100
Stop early in nosetests (in release script)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devscripts/release.sh b/devscripts/release.sh
@@ -22,7 +22,7 @@ if [ ! -f "updates_key.pem" ]; then echo 'ERROR: updates_key.pem missing'; exit
/bin/echo -e "\n### First of all, testing..."
make cleanall
-nosetests --with-coverage --cover-package=youtube_dl --cover-html test || exit 1
+nosetests --with-coverage --cover-package=youtube_dl --cover-html test --stop || exit 1
/bin/echo -e "\n### Changing version in version.py..."
sed -i "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/version.py