beakerlib plugin: Don't try to submit logs if they are missing

This commit is contained in:
Petr Viktorin 2013-10-23 14:05:39 +02:00 committed by Martin Kosek
parent e6c06b08d8
commit 70c1e4a185

View File

@ -116,6 +116,7 @@ class BeakerLibProcess(object):
raiseonerr=False)
if cmd.returncode:
self.log.warn('Could not collect all requested logs')
return
# Copy and unpack on the local side
topdirname = tempfile.mkdtemp()