Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index 9239ef542e6970115289f76b0610809efd6abc42..98cd6402777ef2f91c1ef937295490984713ff92 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -209,8 +209,8 @@ def RunWebkitLayoutTests(options): |
options.factory_properties.get(flag)]) |
for f in options.factory_properties.get('additional_expectations_files', []): |
- cmd_args.extend(['--additional-expectations-file', |
- os.path.join(CHROME_SRC, *f)]) |
+ cmd_args.extend( |
+ ['--additional-expectations=%s' % os.path.join(CHROME_SRC, *f)]) |
Isaac (away)
2013/01/25 18:28:40
Nit: 4 spaces indentation here
jochen (gone - plz use gerrit)
2013/01/25 20:03:39
that is already 4?
Isaac (away)
2013/01/25 20:09:51
sorry, browser rendering fail. Carry on.
|
RunCmd(['webkit/tools/layout_tests/run_webkit_tests.py'] + cmd_args) |