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 b5fa402f0b
commit 227b3c7aaa

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()