summaryrefslogtreecommitdiff
path: root/tests/plugins/pipeline.py
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2017-11-07 18:07:20 +0000
committerTristan Maat <tristan.maat@codethink.co.uk>2017-11-07 18:07:20 +0000
commit2f18e6511058cbe2f929cdecc4320a09832c799a (patch)
treeeb3553920e47554d5a4ac3fb18ba143c4a24beba /tests/plugins/pipeline.py
parente5929c7ee5551dc3575f7975d4224607e130ad2e (diff)
downloadbuildstream-multiple_targets.tar.gz
Diffstat (limited to 'tests/plugins/pipeline.py')
-rw-r--r--tests/plugins/pipeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pipeline.py b/tests/plugins/pipeline.py
index 9f5e94ae9..8a2b2a51a 100644
--- a/tests/plugins/pipeline.py
+++ b/tests/plugins/pipeline.py
@@ -21,7 +21,7 @@ def create_pipeline(tmpdir, basedir, target):
context.artifactdir = os.path.join(str(tmpdir), 'artifact')
context._platform = Platform.get_platform()
- return Pipeline(context, project, [target])
+ return Pipeline(context, project, [target], [])
@pytest.mark.skipif(not HAVE_ROOT, reason="requires root permissions")