From b20c8a60298edc4e5914b70de7355ba36ac74c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 11 Jun 2021 18:40:47 +0100 Subject: [PATCH] wslog: Update test suite --- test/suite_capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suite_capture.py b/test/suite_capture.py index 8b70136a78..81ce7420f4 100644 --- a/test/suite_capture.py +++ b/test/suite_capture.py @@ -165,7 +165,7 @@ def check_capture_stdin(cmd_dumpcap): ) is_gui = type(cmd) != str and '-k' in cmd[0] if is_gui: - capture_cmd += ' -o console.log.level:127' + capture_cmd += ' --log-level=info' pipe_proc = self.assertRun(slow_dhcp_cmd + ' | ' + capture_cmd, shell=True) if is_gui: self.assertTrue(self.grepOutput('Wireshark is up and ready to go'), 'No startup message.')