summaryrefslogtreecommitdiff
path: root/tests/frontend/completions.py
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2019-08-23 11:55:00 +0100
committerTristan Maat <tristan.maat@codethink.co.uk>2019-08-23 11:55:00 +0100
commit9fbfa9b1e02ea64f9967aa1136fa75c2b3a30446 (patch)
tree89977f02c778bc63057d5b782457734c64c1b628 /tests/frontend/completions.py
parent1abf4ab51c4227841d5d6805dfa71675604b95d0 (diff)
downloadbuildstream-tlater/source-pushll.tar.gz
Add `bst source push/pull` commandstlater/source-pushll
Diffstat (limited to 'tests/frontend/completions.py')
-rw-r--r--tests/frontend/completions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/frontend/completions.py b/tests/frontend/completions.py
index e9fa25b73..c0ea47385 100644
--- a/tests/frontend/completions.py
+++ b/tests/frontend/completions.py
@@ -56,6 +56,8 @@ MAIN_OPTIONS = [
SOURCE_COMMANDS = [
'checkout ',
'fetch ',
+ 'pull ',
+ 'push ',
'track ',
]