summaryrefslogtreecommitdiff
path: root/testing/tools/safetynet_compare.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tools/safetynet_compare.py')
-rwxr-xr-xtesting/tools/safetynet_compare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tools/safetynet_compare.py b/testing/tools/safetynet_compare.py
index 3c5cff86be..966910967e 100755
--- a/testing/tools/safetynet_compare.py
+++ b/testing/tools/safetynet_compare.py
@@ -116,7 +116,7 @@ class CompareRun(object):
('before', 'after'),
self.args.num_workers,
self.args.png_threshold)
- image_comparison.Run()
+ image_comparison.Run(open_in_browser=not self.args.machine_readable)
return 0