Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit e8c872b

Browse files
committed
Use local "build" directory for Run-Tests.sh
1 parent fc928d0 commit e8c872b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
xcuserdata
33
project.xcworkspace
4-
5-
Tests/Payload
6-
Carthage/Build
4+
/build
5+
/Carthage/Build

Run-Tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ CONFIGURATION="Release"
1515

1616
OSX_TEST_SCHEME="GCDWebServers (Mac)"
1717

18-
BUILD_DIR="/tmp/GCDWebServer-Build"
18+
BUILD_DIR="`pwd`/build"
1919
PRODUCT="$BUILD_DIR/$CONFIGURATION/GCDWebServer"
2020

2121
PAYLOAD_ZIP="Tests/Payload.zip"
22-
PAYLOAD_DIR="/tmp/GCDWebServer-Payload"
22+
PAYLOAD_DIR="`pwd`/build/Payload"
2323

2424
function runTests {
2525
EXECUTABLE="$1"

0 commit comments

Comments
 (0)