use the string shown by 2.6.24-16-rtai to limit the start of dmesg
This commit is contained in:
parent
b7f896b823
commit
098ae0daf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue