summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-07-01 16:34:45 +0200
committerJürg Billeter <j@bitron.ch>2020-07-06 09:39:13 +0200
commit8745864ceea5da0ee984cce89791f452c0dadcbc (patch)
tree23b150a719e5e4c42584d4dda383eaa572e4c7a8 /tests
parent7c03094ad35d89f59a750a8be7c13e6c592e306d (diff)
downloadbuildstream-8745864ceea5da0ee984cce89791f452c0dadcbc.tar.gz
Add `bst source push` command
Diffstat (limited to 'tests')
-rw-r--r--tests/frontend/completions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/frontend/completions.py b/tests/frontend/completions.py
index a5e3c8ed3..952ed177b 100644
--- a/tests/frontend/completions.py
+++ b/tests/frontend/completions.py
@@ -44,6 +44,7 @@ MAIN_OPTIONS = [
SOURCE_COMMANDS = [
"checkout ",
"fetch ",
+ "push ",
"track ",
]