diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-09 12:23:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-09 12:23:42 -0500 |
commit | ff87b367dce059d04f3f1dc11000553a065f8f0f (patch) | |
tree | cac7ecfc0ff70c036c84e22acc8dc10279d22f06 /devscripts/run_tests.bat | |
parent | c2350cac243ba1ec1586fe85b0d62d1b700047a2 (diff) | |
download | hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.tar.lz hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.tar.xz hypervideo-pre-ff87b367dce059d04f3f1dc11000553a065f8f0f.zip |
brand
Diffstat (limited to 'devscripts/run_tests.bat')
-rw-r--r-- | devscripts/run_tests.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/run_tests.bat b/devscripts/run_tests.bat index 79359b5a7..01a79b6dd 100644 --- a/devscripts/run_tests.bat +++ b/devscripts/run_tests.bat @@ -1,7 +1,7 @@ @echo off rem Keep this list in sync with the `offlinetest` target in Makefile -set DOWNLOAD_TESTS="age_restriction^|download^|iqiyi_sdk_interpreter^|socks^|subtitles^|write_annotations^|youtube_lists^|youtube_signature" +set DOWNLOAD_TESTS="age_restriction^|download^|socks^|subtitles^|write_annotations^|youtube_lists^|youtube_signature" if "%YTDL_TEST_SET%" == "core" ( set test_set="-I test_("%DOWNLOAD_TESTS%")\.py" |