use the string shown by 2.6.24-16-rtai to limit the start of dmesg

This commit is contained in:
Jeff Epler 2009-04-23 12:53:33 +00:00
parent b7f896b823
commit 098ae0daf3

View file

@ -60,7 +60,7 @@ insert_file .f2.t "Print file information:" [lindex $argv 1]
insert_file .f2.t "Debug file information:" [lindex $argv 0]
if {$emc::SIMULATOR != "yes"} {
insert_file .f2.t "Kernel message information:" {|dmesg} \
"^.*Adeos: Pipelining started."
"^.*Adeos: Pipelining started\.|^.*I-pipe: Domain RTAI registered\."
}
.f2.t configure -state disabled