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'), |