Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index 3a40e58a4476b59ae0a4d96872b59af960d6fb51..b492d679af99eb03935a4613a1c2290aa135e7c1 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -626,7 +626,6 @@ def Main(): |
| suite = testsuite.TestSuite.LoadTestSuite( |
| os.path.join(BASE_DIR, "test", root)) |
| if suite: |
| - suite.SetupWorkingDirectory() |
| suites.append(suite) |
| if options.download_data or options.download_data_only: |