Merge pull request #3201 from ccin2p3/f/fix-syslog-rc
authorPavel Rochnyak <pavel2000@ngs.ru>
Tue, 2 Jul 2019 09:23:47 +0000 (16:23 +0700)
committerGitHub <noreply@github.com>
Tue, 2 Jul 2019 09:23:47 +0000 (16:23 +0700)
Fix return code introduced by #3182

Makefile.am

index 0821283..9b9698f 100644 (file)
@@ -159,8 +159,7 @@ check_PROGRAMS = \
        test_utils_time \
        test_utils_vl_lookup \
        test_libcollectd_network_parse \
-       test_utils_config_cores \
-       test_utils_proc_pids
+       test_utils_config_cores
 
 
 TESTS = $(check_PROGRAMS)
@@ -1089,6 +1088,7 @@ test_plugin_intel_rdt_CPPFLAGS = $(AM_CPPFLAGS)
 test_plugin_intel_rdt_LDFLAGS = $(PLUGIN_LDFLAGS)
 test_plugin_intel_rdt_LDADD = liboconfig.la libplugin_mock.la
 check_PROGRAMS += test_plugin_intel_rdt
+TESTS += test_utils_proc_pids
 TESTS += test_plugin_intel_rdt
 endif