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

Unified Diff: testing/scripts/run_gpu_integration_test_as_googletest.py

Issue 2331993003: Updating isolate scripts to read in chartjson telemetry results (Closed)
Patch Set: Adding flag to parser Created 4 years, 3 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
« no previous file with comments | « no previous file | testing/scripts/run_telemetry_as_googletest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 20f46c6ae5b5557a47864c523778e7a8de99bac7..955095e9be092e15c8976e8d6f74622934a8c538 100755
--- a/testing/scripts/run_gpu_integration_test_as_googletest.py
+++ b/testing/scripts/run_gpu_integration_test_as_googletest.py
@@ -44,8 +44,12 @@ def main():
parser.add_argument(
'--isolated-script-test-output', type=str,
required=True)
+ parser.add_argument(
+ '--isolated-script-test-chartjson-output', type=argparse.FileType('w'),
+ required=False)
parser.add_argument('--xvfb', help='Start xvfb.', action='store_true')
args, rest_args = parser.parse_known_args()
+
xvfb_proc = None
openbox_proc = None
xcompmgr_proc = None
« no previous file with comments | « no previous file | testing/scripts/run_telemetry_as_googletest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698