We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7af50 commit cea176aCopy full SHA for cea176a
buildroot/bin/run_tests
@@ -67,7 +67,7 @@ else
67
printf "\033[0;32mMatching test \033[0m#$3\033[0;32m: '\033[0m$test_name\033[0;32m'\n"
68
fi
69
70
- $TESTS/$2 $1 $2 "$test_name"
+ "$TESTS/$2" $1 $2 "$test_name"
71
if [[ $GIT_RESET_HARD == "true" ]]; then
72
git reset --hard HEAD
73
else
0 commit comments