Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: platform_tools/ios/bin/ios_install

Issue 1085583006: iOS platform scripts to be used by buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Removed trailing white spaces Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform_tools/ios/bin/ios_cat_file ('k') | platform_tools/ios/bin/ios_mkdir » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/ios/bin/ios_install
diff --git a/platform_tools/ios/bin/ios_mount.sh b/platform_tools/ios/bin/ios_install
similarity index 82%
rename from platform_tools/ios/bin/ios_mount.sh
rename to platform_tools/ios/bin/ios_install
index 06d23e013f70adc023d7d43e57fff692020ba8f4..7dfe3b66de117cabaef9052192d2c77b27891c6f 100755
--- a/platform_tools/ios/bin/ios_mount.sh
+++ b/platform_tools/ios/bin/ios_install
@@ -7,8 +7,12 @@
# found in the LICENSE file.
###############################################################################
#
+# Installs the app on the device.
+#
+
+set -e -x
+
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-source $SCRIPT_DIR/ios_setup.sh
+source $SCRIPT_DIR/ios_setup.sh
ios_install_app
-ios_mount
« no previous file with comments | « platform_tools/ios/bin/ios_cat_file ('k') | platform_tools/ios/bin/ios_mkdir » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698