wslog: Update test suite

This commit is contained in:
João Valverde 2021-06-11 18:40:47 +01:00
parent 5a662ba3fb
commit b20c8a6029
1 changed files with 1 additions and 1 deletions

View File

@ -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.')