summaryrefslogtreecommitdiff
path: root/tests/variables/variables.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-15 17:20:36 +0000
commit76730dcb20ceff348f9f629b1aa29825eb6775ee (patch)
tree2b420f4e8f1b834a818b1272fa7a18365e11b646 /tests/variables/variables.py
parent1f868ba4b2a14652a25ffed9eb4a9d39afd87720 (diff)
downloadbuildstream-test_coverage_segfault.tar.gz
Diffstat (limited to 'tests/variables/variables.py')
-rw-r--r--tests/variables/variables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variables/variables.py b/tests/variables/variables.py
index 7562857f9..04ac921d4 100644
--- a/tests/variables/variables.py
+++ b/tests/variables/variables.py
@@ -20,7 +20,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], [])
def assert_command(datafiles, tmpdir, target, command, expected):