mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Add test file pager1.test, containing tests of inter-process locking in non-wal mode.
FossilOrigin-Name: 6e43eed9310bae9ca5e91f8fd9eafc45a16b7019
This commit is contained in:
@ -10,11 +10,6 @@
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/permutations.test
|
||||
|
||||
if {[info exists env(QUICKTEST_INCLUDE]} {
|
||||
# A hack so that releasetest.tcl keeps working.
|
||||
run_test_suite quick_plus_notify2
|
||||
} else {
|
||||
run_test_suite quick
|
||||
}
|
||||
run_test_suite quick
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user