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

Unified Diff: tools/testing/perf_testing/create_graph.py

Issue 9053006: Fixing upload_sdk for windows. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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 | tools/upload_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/perf_testing/create_graph.py
===================================================================
--- tools/testing/perf_testing/create_graph.py (revision 2872)
+++ tools/testing/perf_testing/create_graph.py (working copy)
@@ -542,7 +542,7 @@
'release', 'ia32'), 'dart-sdk')
run_cmd([os.path.join('.', 'tools', 'test.py'),
'--component=webdriver', '--flag=%s' % browser, '--flag=--frog=%s' % \
- os.path.join(dart_sdk, 'bin', 'frogc'), '--report'
+ os.path.join(dart_sdk, 'bin', 'frogc'), '--report',
'--flag=--froglib=%s' % os.path.join(dart_sdk, 'lib'),
'--timeout=20', '--progress=color', '--mode=release', '-j1',
self.test_type], self.trace_file, append=True)
« no previous file with comments | « no previous file | tools/upload_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698