From b511c5e647c33c5fb67011ab1a15780d9d9cd90d Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Mon, 23 Sep 2024 15:57:29 +0200 Subject: [PATCH] up --- test/backends/iptables/test_iptables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/backends/iptables/test_iptables.py b/test/backends/iptables/test_iptables.py index 8a334a42..295165ca 100644 --- a/test/backends/iptables/test_iptables.py +++ b/test/backends/iptables/test_iptables.py @@ -226,6 +226,6 @@ def testLogging(self): #Check if the firewall has logged the dropped response - output = run_cmd("dmesg") + output = run_cmd("dmesg | tail -n 10", shell=True) assert 'blocked by crowdsec' in output \ No newline at end of file