projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c8bbc
)
Show which IEs are slow during release
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 20 Jun 2013 22:29:31 +0000
(
00:29
+0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 20 Jun 2013 22:29:31 +0000
(
00:29
+0200)
devscripts/release.sh
patch
|
blob
|
history
diff --git
a/devscripts/release.sh
b/devscripts/release.sh
index b2a91f817922853ee502624fbd621f535cfa935e..b8efdab4781901fb096e35dcf5cd351457e75299 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 --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