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

Add the "valgrind" permutation. This is the same as veryquick.test except that it omits the multi-process tests that do not work under valgrind. No changes to production or existing test code.

FossilOrigin-Name: 49531300676b303f2ccec8d8d587b389c9eae98b
This commit is contained in:
dan
2010-12-03 10:32:06 +00:00
parent 4d8d27813c
commit 25568441f5
4 changed files with 20 additions and 8 deletions

View File

@ -16,6 +16,7 @@
proc do_multiclient_test {varname script} {
foreach code [list {
if {[info exists ::G(valgrind)]} { db close ; continue }
set ::code2_chan [launch_testfixture]
set ::code3_chan [launch_testfixture]
proc code2 {tcl} { testfixture $::code2_chan $tcl }