aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/run_tests.sh
diff options
context:
space:
mode:
authoralxnull <alxnull@e.mail.de>2019-10-13 18:00:48 +0200
committerpukkandan <pukkandan@gmail.com>2021-01-13 03:26:23 +0530
commit0c3d0f51778b153f65c21906031c2e091fcfb641 (patch)
tree5bebd19ee4b8e5e9abdb25b46b70fc2424adbaaf /devscripts/run_tests.sh
parentf5546c0b3c77c7bd3b964c76bb5597d6f8905970 (diff)
downloadhypervideo-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-xdevscripts/run_tests.sh2
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=""