Blame SOURCES/firewalld-0.7-0027-tests-functions-increase-firewalld-debug-level.patch

21c891
From 20701da25b4991f34fbc698447a0f3d987551f63 Mon Sep 17 00:00:00 2001
21c891
From: Eric Garver <e@erig.me>
21c891
Date: Wed, 5 Dec 2018 09:40:46 -0500
21c891
Subject: [PATCH 27/34] tests/functions: increase firewalld debug level
21c891
21c891
This is so we get a dump of the iptables-restore input.
21c891
21c891
(cherry picked from commit 98a3155c569b2d91fbaa5d0921f3b97ce724000e)
21c891
---
21c891
 src/tests/functions.at | 2 +-
21c891
 1 file changed, 1 insertion(+), 1 deletion(-)
21c891
21c891
diff --git a/src/tests/functions.at b/src/tests/functions.at
21c891
index f8ab929118e5..9fd57e6a4b1a 100644
21c891
--- a/src/tests/functions.at
21c891
+++ b/src/tests/functions.at
21c891
@@ -12,7 +12,7 @@ m4_define([FWD_START_FIREWALLD], [
21c891
     FIREWALLD_ARGS="--nofork --nopid --log-file ./firewalld.log --system-config ./"
21c891
     dnl if testsuite ran with debug flag, add debug output
21c891
     case "${TESTSUITEFLAGS}" in
21c891
-        *-d*|*--debug*) FIREWALLD_ARGS="--debug=2 ${FIREWALLD_ARGS}";;
21c891
+        *-d*|*--debug*) FIREWALLD_ARGS="--debug=3 ${FIREWALLD_ARGS}";;
21c891
         *) :;;
21c891
     esac
21c891
     if test "x${FIREWALLD_DEFAULT_CONFIG}" != x ; then
21c891
-- 
21c891
2.18.0
21c891