mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Improve test skipping functionality
This commit is contained in:
		| @@ -15,8 +15,9 @@ | |||||||
| set -e | set -e | ||||||
|  |  | ||||||
| skip_test=false | skip_test=false | ||||||
| if [ "$2" = '--skip-test' ]; then | if [ "$1" = '--skip-test' ]; then | ||||||
|     skip_test=true |     skip_test=true | ||||||
|  |     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" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister