From 0dc9323c69152cae8a4709e3cd8866e331693976 Mon Sep 17 00:00:00 2001 From: dgsudharsan Date: Tue, 31 Oct 2023 16:00:29 +0000 Subject: [PATCH] Disabling eventd tests --- src/sonic-eventd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sonic-eventd/Makefile b/src/sonic-eventd/Makefile index 835d0732a0cd..f9cc5bf8b5fa 100644 --- a/src/sonic-eventd/Makefile +++ b/src/sonic-eventd/Makefile @@ -29,7 +29,7 @@ endif -include rsyslog_plugin/subdir.mk -include rsyslog_plugin_tests/subdir.mk -all: sonic-eventd eventd-tests eventd-tool rsyslog-plugin rsyslog-plugin-tests +all: sonic-eventd eventd-tool rsyslog-plugin sonic-eventd: $(OBJS) @echo 'Building target: $@'