Changeset 2074 for trunk/tester/test.tcl


Ignore:
Timestamp:
Jan 28, 2011, 9:31:45 AM (14 years ago)
Author:
braffert
Message:

regression tester: fixes for input/output trees

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tester/test.tcl

    r2068 r2074  
    126126            set val [$_testobj get $fullpath.current]
    127127            if {$val != ""} {
    128                 lappend retval $fullpath $val
     128                lappend retval [list $fullpath $val]
    129129            }
    130130        }
    131         append retval [getInputs $fullpath]
     131        append retval " [getInputs $fullpath]"
    132132    }
    133133    return $retval
     
    176176                }
    177177            }
    178             lappend retval $fullpath $status
     178            lappend retval [list $fullpath $status]
    179179        }
    180180        append retval " [getOutputs $fullpath]"
Note: See TracChangeset for help on using the changeset viewer.