- changes to trics tests
This commit is contained in:
@ -35,8 +35,8 @@ proc configureBiList {} {
|
||||
test tricslist-1.0 {Test Reflectionlist Bisecting} -body {
|
||||
configureBiList
|
||||
configureBiList
|
||||
refsave test/test.dat
|
||||
set status [catch {exec diff test.dat testbi.ref} msg]
|
||||
refsave test/testbi.dat
|
||||
set status [catch {exec diff testbi.dat testbi.ref} msg]
|
||||
if {$status != 0} {
|
||||
error "Differences found in reflection list for bisecting, investigate!"
|
||||
}
|
||||
|
Reference in New Issue
Block a user