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

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 10948026: Fix android logcat CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index bab486659c80172171761ba8111444b888c8a898..1316383f552a75f819984d5ac64424585a79bcac 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -199,7 +199,7 @@ function bb_run_tests_emulator {
# Run tests on an actual device. (Better have one plugged in!)
function bb_run_unit_tests {
python build/android/device_status_check.py
- local LOGCAT_DUMP_DIR="$CHROME_SRC/out/logcat"
+ LOGCAT_DUMP_DIR="$CHROME_SRC/out/logcat"
rm -rf "$LOGCAT_DUMP_DIR"
python build/android/adb_logcat_monitor.py "$LOGCAT_DUMP_DIR" &
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698