mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-12 05:09:34 +00:00
fix warnings paterns
This commit is contained in:
parent
38fabbca95
commit
f3372b9d41
@ -117,7 +117,7 @@ class Make(BaseModule):
|
|||||||
hideStepIf=lambda results, step: not dustepIf(step),
|
hideStepIf=lambda results, step: not dustepIf(step),
|
||||||
name=desc + ' ' + platform,
|
name=desc + ' ' + platform,
|
||||||
env=envWraper,
|
env=envWraper,
|
||||||
warningPattern="^*[Ww]arning:*",
|
warningPattern=".*[Ww]arning[: ].*",
|
||||||
description=desc,
|
description=desc,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user