From ad28da66b0192c77c00761840e2a2e615bf6673d Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Tue, 7 Nov 2023 16:16:11 +0100 Subject: [PATCH] usb_hid_raw.run: filter out KVM switch messages Fixes #5049 --- repos/dde_linux/run/usb_hid_raw.run | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repos/dde_linux/run/usb_hid_raw.run b/repos/dde_linux/run/usb_hid_raw.run index a935210b47..9f7da587ef 100644 --- a/repos/dde_linux/run/usb_hid_raw.run +++ b/repos/dde_linux/run/usb_hid_raw.run @@ -198,6 +198,9 @@ run_genode_until {\[init -\> event_dump\] Input event #11.*\n} 40 [output_spawn_ # pay only attention to the output of init and its children grep_output {^\[init } +# filter out KVM switch messages during the nightly test +unify_output {(?n).*0557:2213.*} "" + unify_output {(?n) on usb-usbbus.*$} "" unify_output {(?n) at usb-usbbus.*\)} ")" unify_output {(?n)hid-generic.*input:} "hid-generic: input:"