diff options
author | Phil Dawson <phil.dawson@codethink.co.uk> | 2018-11-19 09:33:17 +0000 |
---|---|---|
committer | Phil Dawson <phil.dawson@codethink.co.uk> | 2018-12-12 14:43:40 +0000 |
commit | 85c61894d8871f6096fbd164280eb529981b40c6 (patch) | |
tree | cdbf5f7a621478d6043834939ce47c6aee7c8d9f /tests/frontend/help.py | |
parent | c2efeba064f30c9bdbb4e370b1911dc50a78ff9b (diff) | |
download | buildstream-85c61894d8871f6096fbd164280eb529981b40c6.tar.gz |
Remove source bundle command
This is part of the work towards #672
Diffstat (limited to 'tests/frontend/help.py')
-rw-r--r-- | tests/frontend/help.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/frontend/help.py b/tests/frontend/help.py index bdafe851b..2a0c502e3 100644 --- a/tests/frontend/help.py +++ b/tests/frontend/help.py @@ -25,7 +25,6 @@ def test_help_main(cli): ('push'), ('shell'), ('show'), - ('source-bundle'), ('track'), ('workspace') ]) |