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

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: Addressed comments and rebase 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
Index: platform_tools/ios/bin/ios_mount
diff --git a/platform_tools/ios/bin/ios_pull.sh b/platform_tools/ios/bin/ios_mount
similarity index 75%
rename from platform_tools/ios/bin/ios_pull.sh
rename to platform_tools/ios/bin/ios_mount
index 531fccfaaf9363de8071562370035163f522b669..e42b8adc93ff26b60ec3510138170027a681eb18 100755
--- a/platform_tools/ios/bin/ios_pull.sh
+++ b/platform_tools/ios/bin/ios_mount
@@ -7,10 +7,12 @@
# found in the LICENSE file.
###############################################################################
#
+# 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
-TARGET_DIR=$1
-
-ios_pull "*" "$TARGET_DIR"
-
+ios_mount

Powered by Google App Engine
This is Rietveld 408576698