summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-08-12 09:24:39 -0700
committerJason Wray <jason@mapbox.com>2019-08-12 09:24:39 -0700
commit4c0b7dd2427f48281b81455fef31fbe228eac13b (patch)
tree0ae81f18d4829d54c6ef2bf9a3bd330c5e96051c
parentc3b6d78572f159036e07bba69000c2c754d127be (diff)
downloadqtlocation-mapboxgl-4c0b7dd2427f48281b81455fef31fbe228eac13b.tar.gz
Try keeping xctest bundle in app
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b4297b4adb..2a24e6aca4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1043,7 +1043,7 @@ jobs:
export AWS_DEVICE_FARM_PAYLOAD="$PWD/Integration Tests.ipa"
export AWS_DEVICE_FARM_TESTRUNNER_PAYLOAD="$PWD/Integration Test Harness XCTest.zip"
mkdir Payload && cp -r "Debug-iphoneos/Integration Test Harness.app" Payload
- mv "Payload/Integration Test Harness.app/PlugIns/integration.xctest"* .
+ cp -r "Payload/Integration Test Harness.app/PlugIns/integration.xctest" .
zip -r "$AWS_DEVICE_FARM_TESTRUNNER_PAYLOAD" *.xctest
zip -r "$AWS_DEVICE_FARM_PAYLOAD" Payload
echo "export AWS_DEVICE_FARM_PAYLOAD=\"$AWS_DEVICE_FARM_PAYLOAD\"" >> $BASH_ENV