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: unittests/doc_test.py

Issue 2415793003: Setup basic Runtime with properties and platform.
Patch Set: Created 4 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
« recipe_modules/platform/api.py ('K') | « recipes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittests/doc_test.py
diff --git a/unittests/doc_test.py b/unittests/doc_test.py
index 9e7ee76ec1a4708ff0e313f6a8e146e7f50e5643..d411132a2848448f6c060f9a3d6fecdc55ba80e0 100755
--- a/unittests/doc_test.py
+++ b/unittests/doc_test.py
@@ -13,6 +13,10 @@ from repo_test_util import ROOT_DIR
class DocTest(unittest.TestCase):
def test_doc(self):
script_path = os.path.join(ROOT_DIR, 'recipes.py')
+ print [
+ 'python', script_path,
+ '--package', os.path.join(ROOT_DIR, 'infra', 'config', 'recipes.cfg'),
+ 'doc']
iannucci 2016/10/15 00:39:45 debugging?
dnj 2016/10/15 00:59:27 yarp
exit_code = subprocess.call([
'python', script_path,
'--package', os.path.join(ROOT_DIR, 'infra', 'config', 'recipes.cfg'),
« recipe_modules/platform/api.py ('K') | « recipes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698