1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Do not run savepoint4.test (crash simulation tests) in permutations.test. It slows things down too much. (CVS 6078)

FossilOrigin-Name: 2df02b543edd77282aabff08327c3ab102139a24
This commit is contained in:
danielk1977
2008-12-30 13:21:50 +00:00
parent 5f0ff5d527
commit 6e10b39078
3 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
#
#***********************************************************************
#
# $Id: permutations.test,v 1.40 2008/12/22 10:58:46 danielk1977 Exp $
# $Id: permutations.test,v 1.41 2008/12/30 13:21:51 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -71,7 +71,7 @@ set EXCLUDE {
fts3.test misc7.test utf16.test
fuzz_malloc.test misuse.test veryquick.test
fuzz.test mutex2.test vtab_err.test
lookaside.test fuzz3.test
lookaside.test fuzz3.test savepoint4.test
}
set ALLTESTS [list]
foreach filename [glob $testdir/*.test] {