diff options
Diffstat (limited to 'test/permutations.test')
-rw-r--r-- | test/permutations.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/permutations.test b/test/permutations.test index add02d27c..1b44ba52b 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -92,6 +92,7 @@ foreach f [glob -nocomplain \ $testdir/../ext/expert/*.test \ $testdir/../ext/lsm1/test/*.test \ $testdir/../ext/recover/*.test \ + $testdir/../ext/rbu/*.test \ ] { lappend alltests $f } @@ -190,7 +191,7 @@ test_suite "veryquick" -prefix "" -description { that test malloc and IO errors are omitted. } -files [ test_set $allquicktests -exclude *malloc* *ioerr* *fault* *bigfile* *_err* \ - *fts5corrupt* *fts5big* *fts5aj* + *fts5corrupt* *fts5big* *fts5aj* *rbucrash* ] test_suite "shell" -prefix "" -description { @@ -1059,7 +1060,7 @@ test_suite "session_strm" -description { test_suite "rbu" -description { RBU tests. } -files [ - test_set [glob -nocomplain $::testdir/../ext/rbu/*.test] -exclude rbu.test + test_set [glob -nocomplain $::testdir/../ext/rbu/*.test] ] test_suite "no_optimization" -description { |