summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Canabrava <tcanabrava@kde.org>2020-08-19 10:58:37 +0100
committerTomaz Canabrava <tcanabrava@kde.org>2020-08-19 10:58:37 +0100
commit5d6fc834bcfb0bec2368f69dd8ad31af18cc7e3a (patch)
tree98a175d35821909f90104d2ed058f9eeedf9c8ad
parentea8146013899a1433f8b3a8402dfe7c7aff1f96e (diff)
downloadbuildstream-tcanabrava/ignore_cache.tar.gz
Fix unittest with the new ignore cache optionstcanabrava/ignore_cache
-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 952ed177b..ad1d7ff4c 100644
--- a/tests/frontend/completions.py
+++ b/tests/frontend/completions.py
@@ -128,7 +128,7 @@ def test_commands(cli, cmd, word_idx, expected):
("bst -", 1, MAIN_OPTIONS),
("bst --l", 1, ["--log-file "]),
# Test that options of subcommands also complete
- ("bst --no-colors build -", 3, ["--deps ", "-d ", "--remote ", "-r "]),
+ ("bst --no-colors build -", 3, ["--deps ", "-d ", "--ignore-cache-for ", "-i ", "--remote ", "-r "]),
# Test the behavior of completing after an option that has a
# parameter that cannot be completed, vs an option that has
# no parameter