diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2018-11-02 15:49:12 +0000 |
---|---|---|
committer | Will Salmon <will.salmon@codethink.co.uk> | 2018-11-21 15:53:03 +0000 |
commit | 7bdd44b2000b9ba3fb5742c2d03b7ebe99b0a196 (patch) | |
tree | 70e780f81ff24c206efdb21961be9718c048793c /tests/integration/shell.py | |
parent | 2022c3e8419656ca9c0faac17bb7a2041eaf5aca (diff) | |
download | buildstream-7bdd44b2000b9ba3fb5742c2d03b7ebe99b0a196.tar.gz |
Workspace CLI update
This is to update the workspace CLI to as agreed on the mailing list
https://mail.gnome.org/archives/buildstream-list/2018-September/msg00046.html
This patch also introduces the default workspace directory.
Diffstat (limited to 'tests/integration/shell.py')
-rw-r--r-- | tests/integration/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/shell.py b/tests/integration/shell.py index 11c931513..68535bfdc 100644 --- a/tests/integration/shell.py +++ b/tests/integration/shell.py @@ -290,7 +290,7 @@ def test_workspace_visible(cli, tmpdir, datafiles): # Open a workspace on our build failing element # - res = cli.run(project=project, args=['workspace', 'open', element_name, workspace]) + res = cli.run(project=project, args=['workspace', 'open', '--directory', workspace, element_name]) assert res.exit_code == 0 # Ensure the dependencies of our build failing element are built |