fix test.sh lint issue

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

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

Loading…
Cancel
Save