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

Unified Diff: tools/auto_bisect/run_tests

Issue 548233002: Add a module to fetch builds from different types of builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 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
« tools/auto_bisect/fetch_build.py ('K') | « tools/auto_bisect/fetch_build_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« tools/auto_bisect/fetch_build.py ('K') | « tools/auto_bisect/fetch_build_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698