Skip to content

Commit 1988350

Browse files
quiretthinkyhead
authored andcommitted
🔨 Fix test build path with spaces (MarlinFirmware#25329)
1 parent 4e60791 commit 1988350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot/bin/run_tests

Lines changed: 1 addition & 1 deletion
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)