steps.Compile warningPattern with multiple lines
Open
feature
- Dominant language
- Python
- Stars
- 5.5k
- Forks
- 1.7k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 6
Description
Hello,
I tried to catch some warning in a build step with the following:
```
f.addStep(steps.Compile(command=["make", "test"],
warningPattern="WARNING.*\r\n.*"))
```
My compiler display warnings on 2 lines, however multi-lines pattern does not match. Is there a possibility to add it?
Contributor guide
Assessment
This issue has not been assessed yet.