From 87ebc8a1411c6a449d78ef30f0e7224c1f284b83 Mon Sep 17 00:00:00 2001 From: Oskar Viljasaar <oskar.viljasaar@iopsys.eu> Date: Tue, 6 Oct 2020 11:37:25 +0200 Subject: [PATCH] seems to be working --- Makefile | 2 +- gitlab-ci/iopsys-supervisord.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 46c8eaa..c9b45d0 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ test: ${QOSMNGR_LIB} coverage: CFLAGS += -g -O0 -fprofile-arcs -ftest-coverage -fPIC coverage: LDFLAGS += --coverage coverage: test $(PROG) - $(foreach testprog, $(CODECOVERAGE_SRC), $(GCOV) $(testprog);) +# $(foreach testprog, $(CODECOVERAGE_SRC), $(GCOV) $(testprog);) unit-test: test $(MAKE) -C test/cmocka unit-test diff --git a/gitlab-ci/iopsys-supervisord.conf b/gitlab-ci/iopsys-supervisord.conf index 7e169d1..85bb9c7 100644 --- a/gitlab-ci/iopsys-supervisord.conf +++ b/gitlab-ci/iopsys-supervisord.conf @@ -2,4 +2,4 @@ command=/bin/bash -c "/usr/sbin/ubusd" [program:qos] -command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /builds/iopsys/qosmngr/qosmngr" +command=/bin/bash -c "mkdir -p /opt/work && /usr/bin/valgrind --xml=yes --xml-file=/opt/work/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /builds/iopsys/qosmngr/qosmngr" -- GitLab