Browse Source

Show which IEs are slow during release

rtmp_test
Philipp Hagemeister 11 years ago
parent
commit
fcfa188548
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      devscripts/release.sh

+ 1
- 1
devscripts/release.sh View File

@ -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


Loading…
Cancel
Save