buildbot / buildbot/buildbot

steps.Compile warningPattern with multiple lines

Open
#5,166 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.