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: |