diff options
author | dan <dan@noemail.net> | 2014-01-30 12:16:23 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2014-01-30 12:16:23 +0000 |
commit | 81a034b62b8dfbc99154173669638fcaa74af110 (patch) | |
tree | eef1d89b5ddbfe6ae925a45845770e5a498e814e /test/permutations.test | |
parent | ec2da854122bce8fadfa4480c14d0902dbf2eeff (diff) | |
download | sqlite-81a034b62b8dfbc99154173669638fcaa74af110.tar.gz sqlite-81a034b62b8dfbc99154173669638fcaa74af110.zip |
Do not run test script mmapfault.test as part of the "inmemory_journal" permutation test.
FossilOrigin-Name: b222b61a98dc1f3c2c48ea06efe7d82d9fcf4d75
Diffstat (limited to 'test/permutations.test')
-rw-r--r-- | test/permutations.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test index b72d7ad3c..7f1485f83 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -642,7 +642,7 @@ test_suite "inmemory_journal" -description { ioerr.test ioerr2.test ioerr3.test ioerr4.test ioerr5.test vacuum3.test incrblob_err.test diskfull.test backup_ioerr.test e_fts3.test fts3cov.test fts3malloc.test fts3rnd.test - fts3snippet.test + fts3snippet.test mmapfault.test # Exclude test scripts that use tcl IO to access journal files or count # the number of fsync() calls. |