1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-21 06:57:03 +02:00
yt-dlp/devscripts/run_tests.sh
2023-12-26 18:30:04 +01:00

5 lines
140 B
Bash
Executable File

#!/usr/bin/env sh
>&2 echo 'run_tests.sh is deprecated. Please use `devscripts/run_tests.py` instead'
python3 devscripts/run_tests.py "$1"