Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13)

Unified Diff: android/test-shell.sh

Issue 904003: Misc Android-related fixes. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android/test-shell.sh
===================================================================
--- android/test-shell.sh (revision 1255)
+++ android/test-shell.sh (working copy)
@@ -52,8 +52,8 @@
fi
# Create test directory on the device
-TEST_DIR=/data/local/tmp/test-google-breakpad
-adb_shell mkdir "$TEST_DIR" || panic "Can't create test directory on device"
+TEST_DIR=/data/local/tmp/test-google-breakpad-$$
+adb_shell mkdir "$TEST_DIR" || panic "Can't create test directory on device: $TEST_DIR"
Mark Mentovai 2013/12/13 14:24:28 This goes past 80 columns. Wrap it.
digit 2013/12/13 15:40:19 Done.
# Ensure that it is always removed when the script exits.
clean_test_dir () {

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted