diff --git a/fence/agents/rcd_serial/Makefile.am b/fence/agents/rcd_serial/Makefile.am index 5a1786fa..c1a1c793 100644 --- a/fence/agents/rcd_serial/Makefile.am +++ b/fence/agents/rcd_serial/Makefile.am @@ -1,20 +1,20 @@ MAINTAINERCLEANFILES = Makefile.in TARGET = fence_rcd_serial SRC = $(TARGET).py EXTRA_DIST = $(SRC) sbin_SCRIPTS = $(TARGET) man_MANS = $(TARGET).8 -FENCE_TEST_ARGS = -k 1 +FENCE_TEST_ARGS = fence_rcd_serial_check: $(TARGET) include $(top_srcdir)/make/fencebuild.mk include $(top_srcdir)/make/fenceman.mk include $(top_srcdir)/make/agentpycheck.mk