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

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 11878008: Fix android buildbot error reporting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/bb_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index c69bdf8c5b1a287c12300308d3b2c8e0ca1bc6db..adfd7bcca1726ef393ef87c9d3f500a45bf89ba2 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -51,7 +51,7 @@ def GetCommands(options, bot_config):
"bb_baseline_setup %s '%s'" %
(CHROME_SRC, "' '".join(property_args))]
commands.append(Command(
- None, ['bash', '-exc', ' && '.join(bash_base + bot_config.bash_funs)]))
+ None, ['bash', '-exc', '; '.join(bash_base + bot_config.bash_funs)]))
test_obj = bot_config.test_obj
if test_obj:
« 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