1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a minor memory leak in the shell tool. Omit running fuzztest as part of the Device-One release test configuration, as it is now incompatible with SQLITE_OMIT_VIRTUALTABLE.

FossilOrigin-Name: 4d70f27b7b5681cfdf1c44ac654e565ccff089e74d3edf6660578e04e4b0c9b9
This commit is contained in:
dan
2021-11-02 14:01:41 +00:00
parent 3d0107dda3
commit 07ed9c1100
4 changed files with 11 additions and 11 deletions

View File

@@ -304,7 +304,7 @@ array set ::Platforms [strip_comments {
"Devkit" "" test
"Apple" "" test
"Sanitize*" "" test
"Device-One" "" "fuzztest alltest"
"Device-One" "" alltest
"Default" "" "threadtest fuzztest alltest"
"Valgrind*" "" valgrindtest
}