diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2017-11-07 18:07:20 +0000 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-18 18:57:43 +0900 |
commit | 486372e9d79641412214f2079112b5200bbc82d5 (patch) | |
tree | 0c6a7f4677506993fd4e638ba19691305717187e /tests/project | |
parent | 29bf7dc6862c4108a57eeec876cd57fac41d76e9 (diff) | |
download | buildstream-486372e9d79641412214f2079112b5200bbc82d5.tar.gz |
Fix tests
Diffstat (limited to 'tests/project')
-rw-r--r-- | tests/project/plugins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/project/plugins.py b/tests/project/plugins.py index 5f7517278..ea21730b6 100644 --- a/tests/project/plugins.py +++ b/tests/project/plugins.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], []) # We've already validated that the plugin system works in |