Skip to content

Commit

Permalink
Fix warning in shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Dec 8, 2023
1 parent 4c931ec commit 186d267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tdvt_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 186d267

Please sign in to comment.