Skip to content

Commit 5f27e23

Browse files
golharammr-c
authored andcommitted
Fix run_test.sh to run on Mac (Darwin)
1 parent 9ad380b commit 5f27e23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ runtest() {
156156

157157
if [ "$PLATFORM" = "Linux" ]; then
158158
runtest "$(readlink -f "$runner")"
159+
elif [ "$PLATFORM" = "Darwin" ]; then
160+
runtest $runner
159161
else
160162
runtest "$(greadlink -f "$runner")"
161163
fi

0 commit comments

Comments
 (0)