Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
fixing issue when running tests from command line with executable pat…
Browse files Browse the repository at this point in the history
…h with spaces in folder names
  • Loading branch information
zbyhoo committed May 1, 2011
1 parent 9a39a7e commit 9510a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/RunTests.sh 100755 → 100644
Expand Up @@ -38,10 +38,10 @@ if [ ! -e "$TEST_TARGET_EXECUTABLE_PATH" ]; then
exit 1
fi

RUN_CMD="$TEST_TARGET_EXECUTABLE_PATH -RegisterForSystemEvents"
RUN_CMD="\"$TEST_TARGET_EXECUTABLE_PATH\" -RegisterForSystemEvents"

echo "Running: $RUN_CMD"
$RUN_CMD
eval $RUN_CMD
RETVAL=$?

unset DYLD_ROOT_PATH
Expand Down

0 comments on commit 9510a2d

Please sign in to comment.