Use local "build" directory for Run-Tests.sh

This commit is contained in:
Pierre-Olivier Latour 2019-01-03 15:58:43 -08:00
parent fc928d0e2b
commit e8c872b286
2 changed files with 4 additions and 5 deletions

5
.gitignore vendored
View File

@ -1,6 +1,5 @@
.DS_Store
xcuserdata
project.xcworkspace
Tests/Payload
Carthage/Build
/build
/Carthage/Build

View File

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