From 7ff33aba5617e18e4cece90d86eea96921023f3b Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Wed, 6 Dec 2017 14:17:12 +0100 Subject: [PATCH] update the list of build log files --- tools/analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/analysis.sh b/tools/analysis.sh index 56ce4ceaf..e4d50f101 100755 --- a/tools/analysis.sh +++ b/tools/analysis.sh @@ -35,7 +35,7 @@ sonar.sourceEncoding=UTF-8 sonar.cxx.compiler.charset=UTF-8 sonar.cxx.compiler.parser=GCC sonar.cxx.compiler.regex=^(.*):(\\d+):\\d+: warning: (.*)\\[(.*)\\]$ -sonar.cxx.compiler.reportPath=chameleon-build-starpu-mpi.log, chameleon-build-starpu-cuda.log, chameleon-build-starpu-simgrid.log, chameleon-build-quark.log +sonar.cxx.compiler.reportPath=chameleon-build-starpu-mpi.log, chameleon-build-starpu-simgrid.log, chameleon-build-quark.log sonar.cxx.coverage.reportPath=chameleon-coverage.xml sonar.cxx.cppcheck.reportPath=chameleon-cppcheck.xml sonar.cxx.rats.reportPath=chameleon-rats.xml -- GitLab