Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: testing/scripts/run_gpu_integration_test_as_googletest.py

Issue 2663813003: Roll out framework change & update gpu tests to conform to the API changes (Closed)
Patch Set: roll DEPS to 28f88ea6031634caa160d6c9ef720c8c1d9a30df Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/scripts/run_gpu_integration_test_as_googletest.py
diff --git a/testing/scripts/run_gpu_integration_test_as_googletest.py b/testing/scripts/run_gpu_integration_test_as_googletest.py
index fd48e06cf36e76e43993ac311afc1ebc78cd1992..765bdd1da0ff66b1d832b54e743c36b9212f3a1d 100755
--- a/testing/scripts/run_gpu_integration_test_as_googletest.py
+++ b/testing/scripts/run_gpu_integration_test_as_googletest.py
@@ -87,7 +87,7 @@ def main():
rc = 0
try:
rc = common.run_command([sys.executable] + rest_args + sharding_args + [
- '--write-abbreviated-json-results-to', args.isolated_script_test_output,
+ '--write-full-results-to', args.isolated_script_test_output
], env=env)
except Exception:
traceback.print_exc()

Powered by Google App Engine
This is Rietveld 408576698