diff options
author | alxnull <alxnull@e.mail.de> | 2019-10-13 18:00:48 +0200 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-13 03:26:23 +0530 |
commit | 0c3d0f51778b153f65c21906031c2e091fcfb641 (patch) | |
tree | 5bebd19ee4b8e5e9abdb25b46b70fc2424adbaaf /devscripts/run_tests.sh | |
parent | f5546c0b3c77c7bd3b964c76bb5597d6f8905970 (diff) | |
download | hypervideo-pre-0c3d0f51778b153f65c21906031c2e091fcfb641.tar.lz hypervideo-pre-0c3d0f51778b153f65c21906031c2e091fcfb641.tar.xz hypervideo-pre-0c3d0f51778b153f65c21906031c2e091fcfb641.zip |
Added `--force-overwrites` option (https://github.com/ytdl-org/youtube-dl/pull/20405)
Co-authored by alxnull
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 2fa7d16e2..b5a56facb 100755 --- a/devscripts/run_tests.sh +++ b/devscripts/run_tests.sh @@ -1,7 +1,7 @@ #!/bin/bash # Keep this list in sync with the `offlinetest` target in Makefile -DOWNLOAD_TESTS="age_restriction|download|iqiyi_sdk_interpreter|socks|subtitles|write_annotations|youtube_lists|youtube_signature|post_hooks" +DOWNLOAD_TESTS="age_restriction|download|iqiyi_sdk_interpreter|overwrites|socks|subtitles|write_annotations|youtube_lists|youtube_signature|post_hooks" test_set="" multiprocess_args="" |