fix tests
This commit is contained in:
parent
dd4a7edcfd
commit
502e7ed2ca
48 changed files with 131 additions and 134 deletions
|
|
@ -116,7 +116,7 @@ class TestAddHost(unittest.TestCase):
|
|||
actual_stdout = stdout.getvalue()
|
||||
actual_stderr = stderr.getvalue()
|
||||
expected_stdout = ''
|
||||
expected_stderr = """Usage: %s add-host [options] hostname arch [arch2 ...]
|
||||
expected_stderr = """Usage: %s add-host [options] <hostname> <arch> [<arch> ...]
|
||||
(Specify the --help global option for a list of other help options)
|
||||
|
||||
%s: error: Please specify a hostname and at least one arch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue