From 75aa5a4316debf2f8a37d7f2642c5b65f8d7c8b6 Mon Sep 17 00:00:00 2001 From: disconnect3d Date: Thu, 22 Sep 2022 23:42:34 +0200 Subject: [PATCH] add -h --help to tests.sh --- tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests.sh b/tests.sh index 91b759801..5d7513294 100755 --- a/tests.sh +++ b/tests.sh @@ -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