Chromium Code Reviews| Index: run_unittests |
| diff --git a/run_unittests b/run_unittests |
| index 6de3f0a1f613f7b2917af7424a593ad49abfd1cd..0b429d2faea4c35d9bcc1749d28b1f60e5227245 100755 |
| --- a/run_unittests |
| +++ b/run_unittests |
| @@ -14,12 +14,6 @@ import unittest |
| BUILDBOT_PATH = os.path.dirname(os.path.abspath(__file__)) |
| -# Add the buildbot directory to the path, in case the tests are being run from |
| -# elsewhere. |
| -sys.path.append(os.path.join(BUILDBOT_PATH, 'third_party', 'chromium_buildbot', |
| - 'scripts')) |
| - |
| - |
| GO_TESTS = [ |
| 'perf', |
| ] |