summaryrefslogtreecommitdiffstats
path: root/devscripts/run_tests.sh
blob: 123ceb1ee4f95e310a8acb7ebae65fdb1331d55d (plain)
1
2
3
4
#!/usr/bin/env sh

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