summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/beakerlib_plugin.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipatests/beakerlib_plugin.py b/ipatests/beakerlib_plugin.py
index 2f38fe2ec..2635e4b80 100644
--- a/ipatests/beakerlib_plugin.py
+++ b/ipatests/beakerlib_plugin.py
@@ -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()