From 9ff160d155da29b02890ce6ae433b2f2a39c579e Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 7 Jun 2020 15:10:36 +0200 Subject: [PATCH] tests: suppress valgrind warning about unsupported syscall for "test-config" (cherry picked from commit d507563a80d3e171017700f7b268940b63f5708d) (cherry picked from commit 4036bc48e4a5b4989a789c74b124e76ae0286ea8) --- tools/run-nm-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run-nm-test.sh b/tools/run-nm-test.sh index 16d9d8a7ab..6ab8825809 100755 --- a/tools/run-nm-test.sh +++ b/tools/run-nm-test.sh @@ -297,6 +297,7 @@ if [ $HAS_ERRORS -eq 0 ]; then # valgrind doesn't support setns syscall and spams the logfile. # hack around it... case "$TEST_NAME" in + 'test-config' | \ 'test-link-linux' | \ 'test-acd' | \ 'test-service-providers' | \