]> Cypherpunks.ru repositories - gostls13.git/commit
misc/ios: retry iOS launch even if no device app path was found
authorElias Naur <elias.naur@gmail.com>
Tue, 8 May 2018 08:21:09 +0000 (10:21 +0200)
committerElias Naur <elias.naur@gmail.com>
Tue, 8 May 2018 15:00:57 +0000 (15:00 +0000)
commit704893b16be5ab99913ee04c615d570ad5d57027
treef29d141dea3404a20d68119475d354cb0ac90502
parent1b49487692ec90e5438ae97cf3bbcb515bb47796
misc/ios: retry iOS launch even if no device app path was found

Now that the iOS exec wrapper uninstalls any existing test app before
installing a new, looking up the device app path might fail. Before,
the lookup always succeeded (even though the path reported might be
stale).

For the iOS builder.

Change-Id: I5667b6fae15f88745bdee796db219a429a26e203
Reviewed-on: https://go-review.googlesource.com/112075
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
misc/ios/go_darwin_arm_exec.go