mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
ipatests.beakerlib_plugin: Warn instead of failing when some logs are missing
This commit is contained in:
parent
23921f40d9
commit
a942ab4f12
@ -115,8 +115,7 @@ class BeakerLibProcess(object):
|
||||
cmd = host.run_command(['tar', 'cJv'] + logs, log_stdout=False,
|
||||
raiseonerr=False)
|
||||
if cmd.returncode:
|
||||
self.run_beakerlib_command(
|
||||
['rlFail', 'Could not collect all requested logs'])
|
||||
self.log.warn('Could not collect all requested logs')
|
||||
|
||||
# Copy and unpack on the local side
|
||||
topdirname = tempfile.mkdtemp()
|
||||
|
Loading…
Reference in New Issue
Block a user