summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-01-18 17:03:12 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-01-28 10:17:57 +0000
commit9c981eff859c2c61d46ac50651fcda864c25a8bf (patch)
tree2a5e248b608130862f9f932eac29dbbfc3955541 /tests
parent5df4105a9c7b10af531ba6fbaef97989f49195fd (diff)
downloadbuildstream-9c981eff859c2c61d46ac50651fcda864c25a8bf.tar.gz
Fixup refs to 'bst track'
Now that 'bst track' is obsolete, change guidance to refer to the replacement 'bst source track' instead.
Diffstat (limited to 'tests')
-rw-r--r--tests/frontend/completions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/completions.py b/tests/frontend/completions.py
index 8b549e3ba..007064f89 100644
--- a/tests/frontend/completions.py
+++ b/tests/frontend/completions.py
@@ -160,7 +160,7 @@ def test_options(cli, cmd, word_idx, expected):
('bst show --deps b', 3, ['build ']),
('bst show --deps=b', 2, ['build ']),
('bst show --deps r', 3, ['run ']),
- ('bst track --deps ', 3, ['all ', 'none ']),
+ ('bst source track --deps ', 4, ['all ', 'none ']),
])
def test_option_choice(cli, cmd, word_idx, expected):
assert_completion(cli, cmd, word_idx, expected)