Skip to content

Commit

Permalink
🔨 Fix test build path with spaces (MarlinFirmware#25329)
Browse files Browse the repository at this point in the history
  • Loading branch information
quiret authored and thinkyhead committed Apr 7, 2023
1 parent 79e2375 commit 6e42735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/bin/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e42735

Please sign in to comment.