diff --git a/gitlab-ci/icwmp.conf b/gitlab-ci/icwmp.conf index e2cfc35..d9b5931 100644 --- a/gitlab-ci/icwmp.conf +++ b/gitlab-ci/icwmp.conf @@ -3,5 +3,5 @@ autorestart=false startretries=0 numprocs_start=10 priority=11 -command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=/tmp/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /usr/sbin/icwmpd" +command=/bin/bash -c "/usr/bin/valgrind --tool=helgrind --xml=yes --xml-file=/tmp/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=0 --track-origins=yes /usr/sbin/icwmpd"