diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-23 19:48:54 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-23 19:48:54 +0700 |
commit | 0f3d41b44d84869e7f4e809692ce71567b3f7130 (patch) | |
tree | 8551174d44754bcf31b0f0e715e111943d3949e4 /devscripts/run_tests.sh | |
parent | d5fd9a3be305aa8fead8fb70aae64703afe49e43 (diff) |
[devscripts/run_tests] Exclude youtube lists tests from core build
Diffstat (limited to 'devscripts/run_tests.sh')
-rwxr-xr-x | devscripts/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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="" |