From 7ac22e844977864914c70439441d792191e94c41 Mon Sep 17 00:00:00 2001 From: EvelynTSMG <96205195+EvelynTSMG@users.noreply.github.com> Date: Sun, 22 Jan 2023 01:51:13 +0100 Subject: [PATCH] Fix test crash on space in filepath (#2138) Should be only one commit. I broke git if it shows more, whoops --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index c52aa0d52..ade1d0e1b 100755 --- a/test.sh +++ b/test.sh @@ -3,4 +3,4 @@ # Directory of this script DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -$DIR/build/goalc-test --gtest_color=yes "$@" --gtest_filter="-*MANUAL_TEST*" +"$DIR/build/goalc-test" --gtest_color=yes "$@" --gtest_filter="-*MANUAL_TEST*"