Chromium Code Reviews| Index: tools/auto_bisect/run_tests |
| diff --git a/tools/auto_bisect/run_tests b/tools/auto_bisect/run_tests |
| index 0ee241e388ac51662f4883b1f2c8ae4c3d996ee3..be70c9fd49623cd8bf8ec78506baa33c3499acb2 100755 |
| --- a/tools/auto_bisect/run_tests |
| +++ b/tools/auto_bisect/run_tests |
| @@ -10,6 +10,13 @@ import sys |
| import unittest |
| +sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir, |
| + 'telemetry')) |
| +sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir, |
| + os.path.pardir, 'third_party', 'pymock')) |
| + |
| +print sys.path |
|
ojan
2014/09/29 23:53:42
Did you mean to leave this in?
qyearsley
2014/09/30 00:19:10
Nope! Thanks for catching this. I was just thinkin
|
| + |
| def main(): |
| suite = unittest.TestSuite() |
| loader = unittest.TestLoader() |