mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
some debugging statements
This commit is contained in:
parent
f8c0c04fa3
commit
813d4dcae7
1 changed files with 3 additions and 1 deletions
|
@ -328,7 +328,9 @@ def _wait_for_stdout(expected, func, *args, timeout=120, **kwargs):
|
|||
break
|
||||
time.sleep(1)
|
||||
else:
|
||||
pytest.skip("Skipping test, one or more daemons failed to start")
|
||||
pytest.skip(
|
||||
f"Skipping test, one or more daemons failed to start: {expected} NOT FOUND IN {ret}"
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.flaky(max_runs=4)
|
||||
|
|
Loading…
Add table
Reference in a new issue