diff --git a/.gitignore b/.gitignore index d7d4abb..108a40f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .DS_Store xcuserdata project.xcworkspace - -Tests/Payload -Carthage/Build +/build +/Carthage/Build diff --git a/Run-Tests.sh b/Run-Tests.sh index e2fbf98..b972de2 100755 --- a/Run-Tests.sh +++ b/Run-Tests.sh @@ -15,11 +15,11 @@ CONFIGURATION="Release" OSX_TEST_SCHEME="GCDWebServers (Mac)" -BUILD_DIR="/tmp/GCDWebServer-Build" +BUILD_DIR="`pwd`/build" PRODUCT="$BUILD_DIR/$CONFIGURATION/GCDWebServer" PAYLOAD_ZIP="Tests/Payload.zip" -PAYLOAD_DIR="/tmp/GCDWebServer-Payload" +PAYLOAD_DIR="`pwd`/build/Payload" function runTests { EXECUTABLE="$1"