builder: make repo a proper optional argument
When the builder is used as an command line binary: have `repo` be a proper command line argument. It was currently specified before arch which can be passed multiple times, but so does repo; hence one of them needs to be optional.
This commit is contained in:
parent
9c5f38fc35
commit
2ca0f3b370
2 changed files with 3 additions and 3 deletions
|
|
@ -645,8 +645,8 @@ class TestBuilderPlugin(PluginTest):
|
|||
"33",
|
||||
"20201015.0",
|
||||
"fedora-33",
|
||||
"http://download.localhost/pub/linux/$arch",
|
||||
"x86_64",
|
||||
"--repo", "http://download.localhost/pub/linux/$arch",
|
||||
"--cert", ", ".join(certs),
|
||||
"--ca", "test/data/example-ca.pem"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue