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

Unified Diff: scripts/slave/recipe_modules/gatekeeper/test_api.py

Issue 1347263002: Revert of Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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
Index: scripts/slave/recipe_modules/gatekeeper/test_api.py
diff --git a/scripts/slave/recipe_modules/gatekeeper/test_api.py b/scripts/slave/recipe_modules/gatekeeper/test_api.py
index a44d592eeb3d9b97a0ea5ad7f030f123cc1e580a..c181114f1a2112242c5d8873e75a11f6d5131537 100644
--- a/scripts/slave/recipe_modules/gatekeeper/test_api.py
+++ b/scripts/slave/recipe_modules/gatekeeper/test_api.py
@@ -28,3 +28,9 @@
},
'chromium': {},
})
+
+ def read_real_config(self, f):
+ return self.m.json.output(json.loads(self.m.file.read_in_build(f)))
+
+ def read_real_internal_config(self, f): # pragma nocover
+ return self.m.json.output(json.loads(self.m.file.read_in_build_internal(f)))
« no previous file with comments | « scripts/slave/recipe_modules/file/test_api.py ('k') | scripts/slave/recipe_modules/generator_script/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698