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

Unified Diff: PRESUBMIT.py

Issue 14988009: First cut of testing infrastructure for recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Address comments Created 7 years, 7 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 | « no previous file | scripts/slave/annotated_checkout.py » ('j') | scripts/slave/annotated_checkout.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index aae97d96a1941c5622c752175a6c8817094ce265..4aa4cbf1241739975eded7f1f5c8c7e9ef9e9291 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -28,6 +28,7 @@ def CommonChecks(input_api, output_api):
sys.path = [
join('third_party'),
join('third_party', 'buildbot_8_4p1'),
+ join('third_party', 'coverage-3.6'),
join('third_party', 'decorator_3_3_1'),
join('third_party', 'jinja2'),
join('third_party', 'mock-1.0.1'),
« no previous file with comments | « no previous file | scripts/slave/annotated_checkout.py » ('j') | scripts/slave/annotated_checkout.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698