usb_hid.run: filter_out messages from core

This commit is contained in:
Alexander Boettcher 2017-11-28 11:12:24 +01:00 committed by Christian Helmuth
parent 154c16753c
commit f68be31fa3
1 changed files with 3 additions and 0 deletions

View File

@ -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 .*$} ""