From 05b67e014c3047104bcd57508a7d0b9fa5b9894b Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Fri, 9 Mar 2018 17:47:51 +0100 Subject: [PATCH] fix regexp to catch warning --- tools/analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/analysis.sh b/tools/analysis.sh index fd3cbbf03..dd928ee38 100755 --- a/tools/analysis.sh +++ b/tools/analysis.sh @@ -39,7 +39,7 @@ sonar.c.includeDirectories=$(echo | gcc -E -Wp,-v - 2>&1 | grep "^ " | tr '\n' ' sonar.sourceEncoding=UTF-8 sonar.c.compiler.charset=UTF-8 sonar.c.compiler.parser=GCC -sonar.c.compiler.regex=^(.*):(\\d+):\\d+: warning: (.*)\\[(.*)\\]$ +sonar.c.compiler.regex=^(.*):(\\\d+):\\\d+: warning: (.*)\\\[(.*)\\\]$ sonar.c.compiler.reportPath=chameleon_starpu.log, chameleon_starpu_simgrid.log, chameleon_quark.log, chameleon_parsec.log sonar.c.coverage.reportPath=chameleon_coverage.xml sonar.c.cppcheck.reportPath=chameleon_cppcheck.xml -- GitLab