projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf79c7
)
Stop early in nosetests (in release script)
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 22 Feb 2013 15:40:19 +0000
(16:40 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 22 Feb 2013 15:40:19 +0000
(16:40 +0100)
devscripts/release.sh
patch
|
blob
|
history
diff --git
a/devscripts/release.sh
b/devscripts/release.sh
index ced5d4e2f8e37aefbaf374d4ea6f8d69c0c285c0..ee650f2219277439e7cc2d2fc9732a4e0b4306e0 100755
(executable)
--- 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