🔨 Fix test build path with spaces (#25329)

This commit is contained in:
Martin Turski
2023-02-03 04:01:22 +01:00
committed by Scott Lahteine
parent 79e23752ae
commit 6e427350db

View File

@@ -67,7 +67,7 @@ else
printf "\033[0;32mMatching test \033[0m#$3\033[0;32m: '\033[0m$test_name\033[0;32m'\n" printf "\033[0;32mMatching test \033[0m#$3\033[0;32m: '\033[0m$test_name\033[0;32m'\n"
fi fi
fi fi
$TESTS/$2 $1 $2 "$test_name" "$TESTS/$2" $1 $2 "$test_name"
if [[ $GIT_RESET_HARD == "true" ]]; then if [[ $GIT_RESET_HARD == "true" ]]; then
git reset --hard HEAD git reset --hard HEAD
else else