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

Unified Diff: platform_tools/ios/bin/ios_mount

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_mkdir ('k') | platform_tools/ios/bin/ios_mount.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/ios/bin/ios_mount
diff --git a/platform_tools/ios/bin/ios_pull_if_needed b/platform_tools/ios/bin/ios_mount
similarity index 75%
copy from platform_tools/ios/bin/ios_pull_if_needed
copy to platform_tools/ios/bin/ios_mount
index 46ad89437ecca76a01183c73326096624922fb35..d71e32df0e9f7b99c7ae2a0e52f2baefbcbd39b6 100755
--- a/platform_tools/ios/bin/ios_pull_if_needed
+++ b/platform_tools/ios/bin/ios_mount
@@ -1,5 +1,5 @@
#!/bin/bash
-
+#
###############################################################################
# Copyright 2015 Google Inc.
#
@@ -7,12 +7,12 @@
# found in the LICENSE file.
###############################################################################
#
-# Pull the given file/directory off the device.
+# Mounts the iOS device locally. See the value of IOS_MOUNT_POINT in
+# ios_setup.sh for the exact location.
#
+set -x -e
+
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/ios_setup.sh
-HOST_PATH=$1
-DEVICE_PATH=$2
-
-ios_pull $HOST_PATH $DEVICE_PATH
+ios_mount
« no previous file with comments | « platform_tools/ios/bin/ios_mkdir ('k') | platform_tools/ios/bin/ios_mount.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698