| 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)
|
|
|