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

Do not try to run rbu tests with builds that do not support rbu.

FossilOrigin-Name: c74ad902e3bbfc28d6b30a37f3791176d64cdd8fd5950f1d1749541e244a0494
This commit is contained in:
dan
2023-01-27 19:59:46 +00:00
parent cf73cb2fbc
commit 844e7183ae
44 changed files with 112 additions and 131 deletions

View File

@ -10,10 +10,8 @@
#***********************************************************************
#
if {![info exists testdir]} {
set testdir [file join [file dirname [info script]] .. .. test]
}
source $testdir/tester.tcl
source [file join [file dirname [info script]] rbu_common.tcl]
ifcapable !rbu { finish_test ; return }
source $testdir/malloc_common.tcl
set ::testprefix rbufault