summaryrefslogtreecommitdiff
path: root/tests/completions
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-07 20:51:45 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 00:14:20 +0900
commit47d028401e371acfb1dc64cd836e2f396da19346 (patch)
treef6afc5e49dc28a22bfae342b34681f97ec18364a /tests/completions
parente6aecfb3770495b8750ee700e010dfeedc71ccff (diff)
downloadbuildstream-47d028401e371acfb1dc64cd836e2f396da19346.tar.gz
Updating all test cases for the removal of architecture conditionals and options
Diffstat (limited to 'tests/completions')
-rw-r--r--tests/completions/completions.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/completions/completions.py b/tests/completions/completions.py
index 428252cb1..d2c631105 100644
--- a/tests/completions/completions.py
+++ b/tests/completions/completions.py
@@ -19,8 +19,6 @@ MAIN_COMMANDS = [
]
MAIN_OPTIONS = [
- "-a ",
- "--arch ",
"--builders ",
"-c ",
"-C ",
@@ -30,7 +28,6 @@ MAIN_OPTIONS = [
"--directory ",
"--error-lines ",
"--fetchers ",
- "--host-arch ",
"--log-file ",
"--message-lines ",
"--network-retries ",
@@ -44,7 +41,6 @@ MAIN_OPTIONS = [
"--on-error ",
"--pushers ",
"--strict ",
- "--target-arch ",
"--verbose ",
"--version ",
]