added log file

This commit is contained in:
Andrei Yankovich 2020-02-10 14:30:23 +03:00
parent 24c2b3efa9
commit 5522ec2f3d

View File

@ -132,6 +132,9 @@ class Make(BaseModule):
hideStepIf=lambda results, step: not dustepIf(step),
name=desc + ' ' + platform,
env=envWraper,
want_stdout=True,
want_stderr=True,
logfiles={"buildLog": "_logTemp/buildLog.log"},
warningPattern=".*[Ww]arning[: ].*",
description=desc,
)