🔨 Fix test build path with spaces (#25329)
This commit is contained in:
parent
cb7af50baf
commit
cea176ab36
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue