summaryrefslogtreecommitdiff
path: root/morphlib/builder_tests.py
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-20 13:57:31 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-11-20 14:09:18 +0000
commitd5b0d37ad9343b8d66fe99648d305a41199d3920 (patch)
treedb3966aca61264e2ef2635bace6c4667bbd21abb /morphlib/builder_tests.py
parenta75e5121478e2a645c65d276cc20f3eb659222f4 (diff)
downloadmorph-d5b0d37ad9343b8d66fe99648d305a41199d3920.tar.gz
WIP Add support for multiple sources per chunkbaserock/tiagogomes/multiple-sources
TODO: - Add API to the cache server to retrieve a submodule commit from a given path. - Fix cross-bootstrap command. Change-Id: I3475c2bcb648a272fee33bc878a521f79d4e6581
Diffstat (limited to 'morphlib/builder_tests.py')
-rw-r--r--morphlib/builder_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/builder_tests.py b/morphlib/builder_tests.py
index a571e3d0..e9629e1e 100644
--- a/morphlib/builder_tests.py
+++ b/morphlib/builder_tests.py
@@ -162,7 +162,8 @@ class BuilderBaseTests(unittest.TestCase):
self.artifact,
self.repo_cache,
self.max_jobs,
- False)
+ False,
+ 7)
def test_runs_desired_command(self):
self.builder.runcmd(['foo', 'bar'])