Another change for testing on Windows.
FossilOrigin-Name: 2625886b1997dc92e7c3669a4f6ccf3560a4dd80
This commit is contained in:
parent
5a092e98fa
commit
b59b95a403
24
manifest
24
manifest
@ -1,8 +1,5 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
|
||||
C Fix\sthe\smain.mk\smakefile\sto\sinclude\stest_multiplex.c\sfor\stestfixture.
|
||||
D 2010-11-04T21:03:47
|
||||
C Another\schange\sfor\stesting\son\sWindows.
|
||||
D 2010-11-04T21:13:56
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in 2c8cefd962eca0147132c7cf9eaa4bb24c656f3f
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
@ -575,7 +572,7 @@ F test/openv2.test af02ed0a9cbc0d2a61b8f35171d4d117e588e4ec
|
||||
F test/pager1.test 07b06b89d50bc38bb118a18b99c7bee645b315de
|
||||
F test/pager2.test 0fbb6b6dc40ce1fecfe758c555a748ad2e9beaa3
|
||||
F test/pager3.test 3856d9c80839be0668efee1b74811b1b7f7fc95f
|
||||
F test/pagerfault.test 3cd3537bf2efb4baef26c74878718f4a32926da4
|
||||
F test/pagerfault.test 9de4d3e0c59970b4c6cb8dac511fa242f335d8a7
|
||||
F test/pagerfault2.test 1f79ea40d1133b2683a2f811b00f2399f7ec2401
|
||||
F test/pageropt.test 8146bf448cf09e87bb1867c2217b921fb5857806
|
||||
F test/pagesize.test 76aa9f23ecb0741a4ed9d2e16c5fa82671f28efb
|
||||
@ -888,14 +885,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
|
||||
P dd4dc8a4269e23ffe0e18438690da6077e17cdad
|
||||
R f3b8f733ce6b1e935135e12bc066b859
|
||||
U drh
|
||||
Z cbbc50b0b1fbc9c52770b191d7e4d95b
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||
|
||||
iD8DBQFM0x+2oxKgR168RlERAt0NAJ0YYnBOt4BVXCmrJ15SRL6/J21eBwCeOx8T
|
||||
W8FvV7zDRiGNGHvyFtdeHi8=
|
||||
=J2pj
|
||||
-----END PGP SIGNATURE-----
|
||||
P c27c51180e88744939ba5af099b6e510968ed2c3
|
||||
R 7402dc628b0a726b1740724f465de7f9
|
||||
U shaneh
|
||||
Z 6af1e958f4b85f78bb9c5a75211b5873
|
||||
|
@ -1 +1 @@
|
||||
c27c51180e88744939ba5af099b6e510968ed2c3
|
||||
2625886b1997dc92e7c3669a4f6ccf3560a4dd80
|
@ -1100,8 +1100,8 @@ do_faultsim_test pagerfault-22 -prep {
|
||||
# PagerRollback(<file-db>)
|
||||
#
|
||||
do_faultsim_test pagerfault-23 -prep {
|
||||
foreach f [glob -nocomplain test.db*] { file delete -force $f }
|
||||
sqlite3 db :memory:
|
||||
foreach f [glob -nocomplain test.db*] { file delete -force $f }
|
||||
db eval {
|
||||
ATTACH 'test.db2' AS aux;
|
||||
CREATE TABLE t1(a, b);
|
||||
|
Loading…
Reference in New Issue
Block a user