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" & |