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

Fix the valgrind permutation on this branch.

FossilOrigin-Name: ccbf06760e8377f9209ba3fd4895a25fe1a5ea688c384bf357e765b6a2b4c2f7
This commit is contained in:
dan
2023-08-28 11:22:33 +00:00
parent 1f1169ad09
commit f98612b1c5
3 changed files with 10 additions and 7 deletions

View File

@ -594,6 +594,9 @@ proc add_tcl_jobs {build config patternlist} {
} else {
set testfixture [file join [lindex $build 1] $TRG(testfixture)]
}
if {[lindex $build 2]=="Valgrind"} {
set testfixture "valgrind -v --error-exitcode=1 $testfixture"
}
# The ::testspec array is populated by permutations.test
foreach f [dict get $::testspec($config) -files] {