diff --git a/tools/run-nm-test.sh b/tools/run-nm-test.sh index 11c9e17a0b3d81b03ba39ee34661dcde03cd6138..be9f2fc20d91337a24a7667f1d0783721211e7c4 100755 --- a/tools/run-nm-test.sh +++ b/tools/run-nm-test.sh @@ -310,13 +310,19 @@ if [ $HAS_ERRORS -eq 0 ]; then # valgrind doesn't support setns syscall and spams the logfile. # hack around it... case "$TEST_NAME" in + 'test-acd' | \ + 'test-address-linux' | \ + 'test-cleanup-linux' | \ 'test-config' | \ 'test-link-linux' | \ - 'test-acd' | \ - 'test-service-providers' | \ + 'test-lldp' | \ + 'test-nm-client' | \ + 'test-platform-general' | \ 'test-remote-settings-client' | \ + 'test-route-linux' | \ 'test-secret-agent' | \ - 'test-nm-client' ) + 'test-service-providers' | \ + 'test-tc-linux' ) if [ -z "$(sed -e '/^--[0-9]\+-- WARNING: unhandled .* syscall: /,/^--[0-9]\+-- it at http.*\.$/d' "$LOGFILE")" ]; then HAS_ERRORS=1 fi