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 () { |