diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-07 20:51:45 +0900 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-11-02 11:55:11 +0000 |
commit | 4fd9dc3e5ca1b44affe04e97ab1dc40efa97a6e5 (patch) | |
tree | 28ce3622c40ddcfa5e260e97f2457f5c34ef5446 /tests/project/plugins.py | |
parent | cd37db61bfa29e2f2732188496bc0977004c36b7 (diff) | |
download | buildstream-sam/1.0-pre.tar.gz |
Updating all test cases for the removal of architecture conditionals and optionssam/1.0-pre
Diffstat (limited to 'tests/project/plugins.py')
-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 67dc691d7..6a1277d84 100644 --- a/tests/project/plugins.py +++ b/tests/project/plugins.py @@ -14,7 +14,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() |