[elbe-devel] [PATCH v2 7/7] tests test_xml: add TODO notice, that some programm needs to be cloned
Torben Hohn
torben.hohn at linutronix.de
Thu Jan 14 18:07:42 CET 2021
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/tests/test_xml.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elbepack/tests/test_xml.py b/elbepack/tests/test_xml.py
index c4124f1a9..4e37110c8 100644
--- a/elbepack/tests/test_xml.py
+++ b/elbepack/tests/test_xml.py
@@ -71,6 +71,8 @@ class TestPbuilder(ElbeTestCase):
system('%s pbuilder create --xmlfile "%s" --writeproject "%s"' %
(elbe_exe, self.param, prj))
+ # TODO: checkout some source code
+
with open(prj, "r") as f:
uuid = f.read()
system('cd "%s"; %s pbuilder build --project %s' % (build_dir,
--
2.20.1
More information about the elbe-devel
mailing list