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

Unified Diff: tools/testing/webdriver_test_setup.py

Issue 10252017: Improve posting format for size tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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 | « tools/testing/perf_testing/run_perf_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/webdriver_test_setup.py
===================================================================
--- tools/testing/webdriver_test_setup.py (revision 7103)
+++ tools/testing/webdriver_test_setup.py (working copy)
@@ -139,7 +139,7 @@
# this does not seem to be a problem for Windows, which does not have a
# built in zip utility. :-/
run_cmd('unzip -u %s -d %s' % (os.path.join(self.download_location,
- download_name), self.download_location))
+ download_name), self.download_location), stdin='y')
else:
z = zipfile.ZipFile(os.path.join(self.download_location, download_name))
z.extractall(self.download_location)
« no previous file with comments | « tools/testing/perf_testing/run_perf_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698