Blob Blame History Raw
From 611d979eefae5570bf29fd12d463d960800bf1a2 Mon Sep 17 00:00:00 2001
From: Eric Garver <e@erig.me>
Date: Wed, 5 Dec 2018 09:40:46 -0500
Subject: [PATCH 112/122] tests/functions: increase firewalld debug level

This is so we get a dump of the iptables-restore input.

(cherry picked from commit 8842f78c0425beb4a53d57a539330de40a2afa51)
---
 src/tests/functions.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/functions.at b/src/tests/functions.at
index 013ec098052c..02efe8ea431b 100644
--- a/src/tests/functions.at
+++ b/src/tests/functions.at
@@ -12,7 +12,7 @@ m4_define([FWD_START_FIREWALLD], [
     FIREWALLD_ARGS="--nofork --nopid --log-file ./firewalld.log --system-config ./"
     dnl if testsuite ran with debug flag, add debug output
     case "${TESTSUITEFLAGS}" in
-        *-d*|*--debug*) FIREWALLD_ARGS="--debug=2 ${FIREWALLD_ARGS}";;
+        *-d*|*--debug*) FIREWALLD_ARGS="--debug=3 ${FIREWALLD_ARGS}";;
         *) :;;
     esac
     if test "x${FIREWALLD_DEFAULT_CONFIG}" != x ; then
-- 
2.23.0