mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Fix release script once more
This commit is contained in:
		| @@ -14,11 +14,12 @@ | |||||||
|  |  | ||||||
| set -e | set -e | ||||||
|  |  | ||||||
| skip_test=false | skip_tests=false | ||||||
| if [ "$1" = '--skip-test' ]; then | if [ "$1" = '--skip-test' ]; then | ||||||
|     skip_test=true |     skip_tests=true | ||||||
|     shift |     shift | ||||||
| fi | fi | ||||||
|  |  | ||||||
| if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi | if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi | ||||||
| version="$1" | version="$1" | ||||||
| if [ ! -z "`git tag | grep "$version"`" ]; then echo 'ERROR: version already present'; exit 1; fi | if [ ! -z "`git tag | grep "$version"`" ]; then echo 'ERROR: version already present'; exit 1; fi | ||||||
| @@ -27,7 +28,7 @@ if [ ! -f "updates_key.pem" ]; then echo 'ERROR: updates_key.pem missing'; exit | |||||||
|  |  | ||||||
| /bin/echo -e "\n### First of all, testing..." | /bin/echo -e "\n### First of all, testing..." | ||||||
| make cleanall | make cleanall | ||||||
| if $skip_tests; then | if $skip_tests ; then | ||||||
|     echo 'SKIPPING TESTS' |     echo 'SKIPPING TESTS' | ||||||
| else | else | ||||||
|     nosetests --verbose --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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister