Skip to content

Commit

Permalink
Merge branch 'develop' into feature/raw_json_meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy authored Dec 7, 2023
2 parents d9dcce0 + b06461a commit 9098656
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AppleApplicationInstaller(
val remoteXctest = device.remoteFileManager.remoteXctestFile()
withRetry(3, 1000L) {
device.remoteFileManager.createRemoteDirectory()
device.remoteFileManager.createRemoteSharedDirectory()
if (!device.pushFolder(xctest, remoteXctest)) {
throw DeviceSetupException("Error transferring $xctest to ${device.serialNumber}")
}
Expand Down

0 comments on commit 9098656

Please sign in to comment.