mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Rationalize a common pattern in tcl test cases into proc do_multiclient_test.
FossilOrigin-Name: efe44564983f115017658dd8a130226366d42bab
This commit is contained in:
@ -382,7 +382,7 @@ for {set i 1} {$i < 10} {incr i} {
|
||||
BEGIN;
|
||||
UPDATE t1 SET x = randomblob(900);
|
||||
}
|
||||
file delete -force testX.db testX.db-journal
|
||||
file delete -force testX.db testX.db-journal testX.db-wal
|
||||
copy_file test.db testX.db
|
||||
copy_file test.db-journal testX.db-journal
|
||||
db close
|
||||
|
Reference in New Issue
Block a user