1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 02:59:31 +00:00

[devscripts/run_tests] Exclude youtube lists tests from core build

This commit is contained in:
Sergey M․ 2017-02-23 19:48:54 +07:00
parent d5fd9a3be3
commit 0f3d41b44d
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
DOWNLOAD_TESTS="age_restriction|download|subtitles|write_annotations|iqiyi_sdk_interpreter" DOWNLOAD_TESTS="age_restriction|download|subtitles|write_annotations|iqiyi_sdk_interpreter|youtube_lists"
test_set="" test_set=""
multiprocess_args="" multiprocess_args=""