Index: test/wapptest.tcl ================================================================== --- test/wapptest.tcl +++ test/wapptest.tcl @@ -133,11 +133,11 @@ set debug_idx [lsearch -glob $::Configs($config) -DSQLITE_DEBUG*] set xtarget $target regsub -all {fulltest[a-z]*} $xtarget test xtarget if {$debug_idx<0} { lappend G(test_array) [ - dict create config $config-(Debug) target $target + dict create config $config-(Debug) target $xtarget ] } else { lappend G(test_array) [ dict create config $config-(NDebug) target $xtarget ] @@ -606,11 +606,12 @@ } if {$script != "config.js"} { wapp-subst { var lElem = \["control_platform", "control_test", - "control_tcl", "control_keep", "control_msvc" + "control_tcl", "control_keep", "control_msvc", + "control_debug" \]; lElem.forEach(function(e) { var elem = document.getElementById(e); elem.disabled = true; })