mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
Remove syntactically incorrect and redundant case
Now passes shellcheck.net!
This commit is contained in:
parent
a803582717
commit
f2b0d01274
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@ case "$YTDL_TEST_SET" in
|
||||||
test_set="-I test_(?!$DOWNLOAD_TESTS).+\.py"
|
test_set="-I test_(?!$DOWNLOAD_TESTS).+\.py"
|
||||||
multiprocess_args="--processes=4 --process-timeout=540"
|
multiprocess_args="--processes=4 --process-timeout=540"
|
||||||
;;
|
;;
|
||||||
*)
|
|
||||||
break
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# shellcheck disable=SC2086
|
||||||
nosetests test --verbose $test_set $multiprocess_args
|
nosetests test --verbose $test_set $multiprocess_args
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue