From f68be31fa33b8817cc520bee47519f893710a8a4 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Tue, 28 Nov 2017 11:12:24 +0100 Subject: [PATCH] usb_hid.run: filter_out messages from core --- repos/dde_linux/run/usb_hid.run | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repos/dde_linux/run/usb_hid.run b/repos/dde_linux/run/usb_hid.run index 3f8758372..74fb1a8a3 100644 --- a/repos/dde_linux/run/usb_hid.run +++ b/repos/dde_linux/run/usb_hid.run @@ -207,6 +207,9 @@ regexp {(\[init -\> test-input\] Input event #1\t.*)} $output all output run_genode_until {\[init -\> test-input\] Input event #12.*\n} 40 [output_spawn_id] +# pay only attention to the output of init and its children +grep_output {^\[init } + unify_output { number [0-9]+} "" unify_output {(?n)on usb-dummy.*$} "" unify_output {(?n)using .*$} ""