capture mock output even if it exits immediately
This commit is contained in:
parent
9c69602a65
commit
dee860ae44
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ class BuildRoot(object):
|
|||
results = os.listdir(resultdir)
|
||||
except OSError:
|
||||
# will happen when mock hasn't created the resultdir yet
|
||||
continue
|
||||
results = []
|
||||
|
||||
for fname in results:
|
||||
if fname.endswith('.log') and not logs.has_key(fname):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue