Do not match "/.../filename:", it matches thing like "/usr/bin/ld: warning..."
This commit is contained in:
parent
4b0542b94e
commit
4005f1a00a
@ -50,8 +50,6 @@
|
||||
|
||||
<match what="stderr" pattern="\s+File "(?P<file>[^"]+)", line (?P<line>\d+).*" style="output-error"/>
|
||||
|
||||
<match what="stderr" pattern="^(?P<file>[^:]+):(?P<line>\d+)?" style="output-error"/>
|
||||
|
||||
<match what="stdout" pattern="^g?make\[\d+\]: Entering directory `(?P<dir>.*)'">
|
||||
<action type="push" name="directory" substring="dir"/>
|
||||
</match>
|
||||
|
Loading…
x
Reference in New Issue
Block a user