| 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 d26e26279f58264bc6338bbe1dd4e19ad4c088a4..158bea9579a93ad4d71410d5419fb9bff3b8853f 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -104,7 +104,7 @@ def GetCommands(options, bot_config):
|
|
|
| test_obj = bot_config.test_obj
|
| if test_obj:
|
| - run_test_cmd = [test_obj.script, '--reboot'] + property_args
|
| + run_test_cmd = [test_obj.script] + property_args
|
| for test in test_obj.tests:
|
| run_test_cmd.extend(['-f', test])
|
| if test_obj.extra_args:
|
|
|