run: remove upgrade messages in mp_server script

This commit is contained in:
Alexander Boettcher 2015-02-16 15:06:10 +01:00 committed by Christian Helmuth
parent 3a40c27c26
commit 6329395026
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ if {[have_include "power_on/qemu"]} {
# pay only attention to the output of init and its children
grep_output {^\[init }
# remove upgrade messages from init
unify_output {\[init \-\> test\-server\-mp\] upgrading quota donation for Env\:\:CPU \([0-9]+ bytes\)} ""
trim_lines
unify_output {transfer cap [a-f0-9]+} "transfer cap UNIFIED"
unify_output {yes - idx [a-f0-9]+} "yes - idx UNIFIED"
unify_output {\- received cap [a-f0-9]+} "- received cap UNIFIED"