diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-07 20:51:45 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-11-03 22:25:41 +0900 |
commit | aa4cab6875fabb9d7f73a77e15aee1da43a94430 (patch) | |
tree | 407956c7f09cf66ef8500d3dbcb49ea307b69061 /tests/variables/variables.py | |
parent | 52509802cb2d446a7a93725b2a67438223c9bfff (diff) | |
download | buildstream-remove-arches.tar.gz |
Updating all test cases for the removal of architecture conditionals and optionsremove-arches
Diffstat (limited to 'tests/variables/variables.py')
-rw-r--r-- | tests/variables/variables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variables/variables.py b/tests/variables/variables.py index 8c5db0a19..c0119880d 100644 --- a/tests/variables/variables.py +++ b/tests/variables/variables.py @@ -13,7 +13,7 @@ DATA_DIR = os.path.join( def create_pipeline(tmpdir, basedir, target): - context = Context([], 'x86_64') + context = Context([]) project = Project(basedir, context) context.artifactdir = os.path.join(str(tmpdir), 'artifact') context._platform = Platform.get_platform() |