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

Fix a minor problem in progress.test. No code changes.

FossilOrigin-Name: a95ae93b32a9ad2ae017124ed0881802c3c741c0
This commit is contained in:
dan
2013-08-21 07:25:03 +00:00
parent c3c16cbd61
commit 22c745a9c9
4 changed files with 13 additions and 11 deletions

View File

@@ -93,8 +93,6 @@ set FAULTSIM(cantopen-persistent) [list \
-injectuninstall cantopen_injectuninstall \
]
set ::default_faults_arg [array names FAULTSIM]
set FAULTSIM(interrupt) [list \
-injectinstall interrupt_injectinstall \
-injectstart interrupt_injectstart \
@@ -123,7 +121,9 @@ set FAULTSIM(interrupt) [list \
proc do_faultsim_test {name args} {
global FAULTSIM
set DEFAULT(-faults) $::default_faults_arg
foreach n [array names FAULTSIM] {
if {$n != "interrupt"} {lappend DEFAULT(-faults) $n}
}
set DEFAULT(-prep) ""
set DEFAULT(-body) ""
set DEFAULT(-test) ""