Skip to content

Commit cea176a

Browse files
authored
🔨 Fix test build path with spaces (MarlinFirmware#25329)
1 parent cb7af50 commit cea176a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot/bin/run_tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ else
6767
printf "\033[0;32mMatching test \033[0m#$3\033[0;32m: '\033[0m$test_name\033[0;32m'\n"
6868
fi
6969
fi
70-
$TESTS/$2 $1 $2 "$test_name"
70+
"$TESTS/$2" $1 $2 "$test_name"
7171
if [[ $GIT_RESET_HARD == "true" ]]; then
7272
git reset --hard HEAD
7373
else

0 commit comments

Comments
 (0)