1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a test script problem causing "make test" to fail for non-RBU builds.

FossilOrigin-Name: 2abc3f9de0d2b66342598ab9015e62568ed20c7da4744a0f0a76b1db72c7e941
This commit is contained in:
dan
2023-02-07 18:41:23 +00:00
parent 9d6725c651
commit c3ea539dc2
3 changed files with 11 additions and 10 deletions

View File

@ -20,8 +20,9 @@ proc if_no_rbu_support {tcl} {
ifcapable !rbu { set bOk 0 }
if {[permutation]=="journaltest"} { set bOk 0 }
if {$bOk==0} {
uplevel $tcl
}
set c [catch {uplevel 1 $tcl} r]
return -code $c $r
}
}
proc check_prestep_state {target state} {