add -h --help to tests.sh

pull/1158/head
disconnect3d 3 years ago
parent 560e1fc1e2
commit 75aa5a4316

@ -24,6 +24,9 @@ while [[ $# -gt 0 ]]; do
echo "Will run tests with Python debugger"
shift
;;
-h | --help)
help_and_exit
;;
*)
if [[ ! -z "${TEST_NAME_FILTER}" ]]; then
help_and_exit

Loading…
Cancel
Save