Explorar o código

Stop early in nosetests (in release script)

Philipp Hagemeister %!s(int64=12) %!d(string=hai) anos
pai
achega
f636c34481
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      devscripts/release.sh

+ 1 - 1
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