diff --git a/lib/framework.exp b/lib/framework.exp index 5b245c2..4aaf0ae 100644 --- a/lib/framework.exp +++ b/lib/framework.exp @@ -719,16 +719,16 @@ proc record_test { type message args } { set error $errorInfo } global expect_out - set l_input0_output1 { 0, 0 } - if { [catch { set l_input0_output1 [split $expect_out(buffer) "\n"] } result]} { - puts stderr "Warning: no input or ouput for test $message!" + set rio { "" "" } + if { [catch { set rio [split $expect_out(buffer) "\n"] } result]} { + #do nothing - leave as { "" "" } } set output "" set output "expect_out(buffer)" xml_output " " - xml_output " [string trimright [lindex $l_input0_output1 0]]" - xml_output " [string trimright [lindex $l_input0_output1 1]]" + xml_output " [string trimright [lindex $rio 0]]" + xml_output " [string trimright [lindex $rio 1]]" xml_output " $type" xml_output " $message" xml_output " $prms_id"