From: Philipp Hagemeister Date: Thu, 20 Jun 2013 22:29:31 +0000 (+0200) Subject: Show which IEs are slow during release X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=fcfa1885481488c431c434bf44a0a13a467e91b4;p=youtube-dl Show which IEs are slow during release --- diff --git a/devscripts/release.sh b/devscripts/release.sh index b2a91f817..b8efdab47 100755 --- 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 --stop || exit 1 +nosetests --verbose --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