From: Sergey M․ Date: Thu, 23 Feb 2017 12:48:54 +0000 (+0700) Subject: [devscripts/run_tests] Exclude youtube lists tests from core build X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=0f3d41b44d84869e7f4e809692ce71567b3f7130 [devscripts/run_tests] Exclude youtube lists tests from core build --- diff --git a/devscripts/run_tests.sh b/devscripts/run_tests.sh index c60807215..6ba26720d 100755 --- a/devscripts/run_tests.sh +++ b/devscripts/run_tests.sh @@ -1,6 +1,6 @@ #!/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="" multiprocess_args=""