]> jfr.im git - yt-dlp.git/blob - devscripts/run_tests.sh
[cleanup] Fix misc bugs (#8968)
[yt-dlp.git] / devscripts / run_tests.sh
1 #!/usr/bin/env sh
2
3 >&2 echo 'run_tests.sh is deprecated. Please use `devscripts/run_tests.py` instead'
4 python3 devscripts/run_tests.py "$1"