mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
ipatests: increase sosreport verbosity
With the new version sos-4.2-1, sos report -v prints the
debug messages into sos.log only. In order to see the debug
messages in the console, -vv is needed.
For more info refer to sos report commit
1d0729a9dc
Since the test is looking for messages in stdout, use -vv to
make sure the expected messages are printed in the console.
Fixes: https://pagure.io/freeipa/issue/9000
Reviewed-By: Mohammad Rizwan Yusuf <myusuf@redhat.com>
This commit is contained in:
parent
cd85b729d3
commit
a6b3993d92
@ -1221,7 +1221,7 @@ class TestIpaHealthCheck(IntegrationTest):
|
||||
"--case-id",
|
||||
caseid,
|
||||
"--batch",
|
||||
"-v",
|
||||
"-vv",
|
||||
"--build",
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user