From 186d2676764cb4ea4c7f6d635f200568c63feae8 Mon Sep 17 00:00:00 2001 From: Christoph Pirkl Date: Fri, 8 Dec 2023 14:18:58 +0000 Subject: [PATCH] Fix warning in shell script --- tools/run_tdvt_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tdvt_tests.sh b/tools/run_tdvt_tests.sh index 4bf2efc..b3c18d2 100644 --- a/tools/run_tdvt_tests.sh +++ b/tools/run_tdvt_tests.sh @@ -50,5 +50,5 @@ if [[ -z "${test_type}" ]] ; then run_tests jdbc run_tests odbc else - run_tests $test_type + run_tests "$test_type" fi