mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-23 01:58:59 +00:00
🔨 Fix test build path with spaces (#25329)
This commit is contained in:
parent
79e23752ae
commit
6e427350db
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ else
|
|||
printf "\033[0;32mMatching test \033[0m#$3\033[0;32m: '\033[0m$test_name\033[0;32m'\n"
|
||||
fi
|
||||
fi
|
||||
$TESTS/$2 $1 $2 "$test_name"
|
||||
"$TESTS/$2" $1 $2 "$test_name"
|
||||
if [[ $GIT_RESET_HARD == "true" ]]; then
|
||||
git reset --hard HEAD
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue