mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[release.sh] Do not run tests by default
We are at the point that testing takes waay too long for a release cycle, and fails way too often. Tests through travis are a better indicator than testing just before release.
This commit is contained in:
		| @@ -14,9 +14,9 @@ | ||||
|  | ||||
| set -e | ||||
|  | ||||
| skip_tests=false | ||||
| if [ "$1" = '--skip-test' ]; then | ||||
|     skip_tests=true | ||||
| skip_tests=true | ||||
| if [ "$1" = '--run-tests' ]; then | ||||
|     skip_tests=false | ||||
|     shift | ||||
| fi | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user