mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Add a space before each line of error output in the test scripts so that all
errors can be conveniently located in logs by doing "grep '^ '". FossilOrigin-Name: 9d532fb50d310df629ea65193f21dc9b3594ff5f
This commit is contained in:
@ -135,6 +135,8 @@ delete_file test.db test.db-journal
|
||||
delete_file test2.db test2.db-journal
|
||||
sqlite3 db test.db
|
||||
do_execsql_test pragma2-4.1 {
|
||||
PRAGMA main.cache_size=2000;
|
||||
PRAGMA temp.cache_size=2000;
|
||||
PRAGMA cache_spill;
|
||||
PRAGMA main.cache_spill;
|
||||
PRAGMA temp.cache_spill;
|
||||
|
Reference in New Issue
Block a user