Blame SOURCES/0007-test-functions-increase-debug-level.patch

47f735
From 9f1e32fd5dea726904ba3fc9373269d15b70dd7d Mon Sep 17 00:00:00 2001
47f735
From: Eric Garver <eric@garver.life>
47f735
Date: Fri, 5 Feb 2021 12:34:01 -0500
47f735
Subject: [PATCH 07/22] test(functions): increase debug level
47f735
47f735
(cherry picked from commit 39b7ad4a5568bb65cc46db4b70eb133e8625974f)
47f735
(cherry picked from commit f78cc99a67a4b4ef3660703fd2e43db00634b6ca)
47f735
---
47f735
 src/tests/functions.at | 2 +-
47f735
 1 file changed, 1 insertion(+), 1 deletion(-)
47f735
47f735
diff --git a/src/tests/functions.at b/src/tests/functions.at
47f735
index 562bc6105a8f..631beee6e2d8 100644
47f735
--- a/src/tests/functions.at
47f735
+++ b/src/tests/functions.at
47f735
@@ -11,7 +11,7 @@ m4_define([FWD_STOP_FIREWALLD], [
47f735
 m4_define([FWD_START_FIREWALLD], [
47f735
     FIREWALLD_ARGS="--nofork --nopid --log-file ./firewalld.log --system-config ./"
47f735
     dnl if testsuite ran with debug flag, add debug output
47f735
-    ${at_debug_p} && FIREWALLD_ARGS="--debug=3 ${FIREWALLD_ARGS}"
47f735
+    ${at_debug_p} && FIREWALLD_ARGS="--debug=10 ${FIREWALLD_ARGS}"
47f735
     if test "x${FIREWALLD_DEFAULT_CONFIG}" != x ; then
47f735
         FIREWALLD_ARGS+=" --default-config ${FIREWALLD_DEFAULT_CONFIG}"
47f735
     fi
47f735
-- 
47f735
2.27.0
47f735