Blob Blame History Raw
commit fbef1a9288b311564e3abe840ba414a4fee59832
Author: Marek 'marx' Grac <mgrac@redhat.com>
Date:   Thu Oct 16 14:12:00 2014 +0200

    [test] fence_ilo_ssh: Add required parameter for testing --delay

diff --git a/fence/agents/ilo_ssh/Makefile.am b/fence/agents/ilo_ssh/Makefile.am
index 3605e3c..dff0e6a 100644
--- a/fence/agents/ilo_ssh/Makefile.am
+++ b/fence/agents/ilo_ssh/Makefile.am
@@ -10,7 +10,7 @@ sbin_SCRIPTS		= $(TARGET)
 
 man_MANS		= $(TARGET).8
 
-FENCE_TEST_ARGS         = -p test -a test
+FENCE_TEST_ARGS         = -p test -a test -l test
 
 include $(top_srcdir)/make/fencebuild.mk
 include $(top_srcdir)/make/fenceman.mk