summaryrefslogtreecommitdiff
path: root/chromium/build/fuchsia/test_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/fuchsia/test_runner.py')
-rwxr-xr-xchromium/build/fuchsia/test_runner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/build/fuchsia/test_runner.py b/chromium/build/fuchsia/test_runner.py
index 5e4dbdeeedb..d69f039822b 100755
--- a/chromium/build/fuchsia/test_runner.py
+++ b/chromium/build/fuchsia/test_runner.py
@@ -209,7 +209,8 @@ def main():
return 2
return RunFuchsia(bootfs, args.device, args.kernel, args.dry_run,
- args.test_launcher_summary_output)
+ test_launcher_summary_output=
+ args.test_launcher_summary_output)
finally:
# Stop the spawner to make sure it doesn't leave testserver running, in
# case some tests failed.