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

Unified Diff: run_unittests

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 years, 2 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
« no previous file with comments | « master/webstatus/waterfall.py ('k') | scripts/launch_master.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
]
« no previous file with comments | « master/webstatus/waterfall.py ('k') | scripts/launch_master.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698