Blame SOURCES/bz1121122-3.5-delay_test.patch

3340af
commit fbef1a9288b311564e3abe840ba414a4fee59832
3340af
Author: Marek 'marx' Grac <mgrac@redhat.com>
3340af
Date:   Thu Oct 16 14:12:00 2014 +0200
3340af
3340af
    [test] fence_ilo_ssh: Add required parameter for testing --delay
3340af
3340af
diff --git a/fence/agents/ilo_ssh/Makefile.am b/fence/agents/ilo_ssh/Makefile.am
3340af
index 3605e3c..dff0e6a 100644
3340af
--- a/fence/agents/ilo_ssh/Makefile.am
3340af
+++ b/fence/agents/ilo_ssh/Makefile.am
3340af
@@ -10,7 +10,7 @@ sbin_SCRIPTS		= $(TARGET)
3340af
 
3340af
 man_MANS		= $(TARGET).8
3340af
 
3340af
-FENCE_TEST_ARGS         = -p test -a test
3340af
+FENCE_TEST_ARGS         = -p test -a test -l test
3340af
 
3340af
 include $(top_srcdir)/make/fencebuild.mk
3340af
 include $(top_srcdir)/make/fenceman.mk