From cea176ab3658cfbf68b73aff79b2e52eef4b5948 Mon Sep 17 00:00:00 2001 From: Martin Turski Date: Fri, 3 Feb 2023 04:01:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20test=20build=20path=20with?= =?UTF-8?q?=20spaces=20(#25329)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/bin/run_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/bin/run_tests b/buildroot/bin/run_tests index 26284fa69330..9a03be3cc734 100755 --- a/buildroot/bin/run_tests +++ b/buildroot/bin/run_tests @@ -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