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:
@ -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] {
|
||||
|
Reference in New Issue
Block a user