summaryrefslogtreecommitdiff
path: root/tests/variables
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-02-02 19:24:26 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-02-02 19:24:26 +0900
commitbe74f6171b2c27c702dfefbad12f83899a9ed33f (patch)
tree476315bee2414c51da53e802a6e4e2422a922fbb /tests/variables
parentbd968865a3d40947adcdef5ed347cd0e09d350cb (diff)
downloadbuildstream-be74f6171b2c27c702dfefbad12f83899a9ed33f.tar.gz
Fixed tests for new Project() constructor argument.
Diffstat (limited to 'tests/variables')
-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 ce0d72545..bf31ff75d 100644
--- a/tests/variables/variables.py
+++ b/tests/variables/variables.py
@@ -11,7 +11,7 @@ DATA_DIR = os.path.join(
def create_pipeline(tmpdir, basedir, target, variant):
context = Context('x86_64')
- project = Project(basedir)
+ project = Project(basedir, 'x86_64')
context.deploydir = os.path.join(str(tmpdir), 'deploy')
context.artifactdir = os.path.join(str(tmpdir), 'artifact')