mirror of
https://github.com/open-goal/jak-project.git
synced 2025-02-17 04:27:57 +00:00
Fix test crash on space in filepath (#2138)
Should be only one commit. I broke git if it shows more, whoops
This commit is contained in:
parent
1d868a2bd9
commit
7ac22e8449
2
test.sh
2
test.sh
@ -3,4 +3,4 @@
|
|||||||
# Directory of this script
|
# Directory of this script
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
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*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user