Fix test crash on space in filepath (#2138)

Should be only one commit. I broke git if it shows more, whoops
pull/2136/head
EvelynTSMG 2023-01-22 01:51:13 +01:00 committed by GitHub
parent 1d868a2bd9
commit 7ac22e8449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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*"