From 20701da25b4991f34fbc698447a0f3d987551f63 Mon Sep 17 00:00:00 2001
From: Eric Garver <e@erig.me>
Date: Wed, 5 Dec 2018 09:40:46 -0500
Subject: [PATCH 27/34] tests/functions: increase firewalld debug level
This is so we get a dump of the iptables-restore input.
(cherry picked from commit 98a3155c569b2d91fbaa5d0921f3b97ce724000e)
---
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 f8ab929118e5..9fd57e6a4b1a 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.18.0