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
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-25 02:02:26 +0000
commit110d04440c5d6ec75bf252802badfe5b992bb38e (patch)
tree42aca1865b2610c3210ac888991fc3b509cff032 /morphlib/builder_tests.py
parent2f22021e81f65819b3a6f88ac68d20496bd56b15 (diff)
downloadmorph-baserock/pedroalvarez/defv8.tar.gz
WIP Add support for multiple sources per chunkbaserock/pedroalvarez/defv8
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 54bc4a8f..b70cbdd7 100644
--- a/morphlib/builder_tests.py
+++ b/morphlib/builder_tests.py
@@ -156,7 +156,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'])