Back out an unintended change to permutations.test.

FossilOrigin-Name: 57fe35357dba7ebb382486b916004004b35f8c55
This commit is contained in:
drh 2010-11-04 21:14:12 +00:00
parent b59b95a403
commit 5e41ac3460
3 changed files with 20 additions and 16 deletions

View File

@ -1,5 +1,8 @@
C Another\schange\sfor\stesting\son\sWindows.
D 2010-11-04T21:13:56
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
C Back\sout\san\sunintended\schange\sto\spermutations.test.
D 2010-11-04T21:14:12
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 2c8cefd962eca0147132c7cf9eaa4bb24c656f3f
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -578,7 +581,7 @@ F test/pageropt.test 8146bf448cf09e87bb1867c2217b921fb5857806
F test/pagesize.test 76aa9f23ecb0741a4ed9d2e16c5fa82671f28efb
F test/pcache.test 4118a183908ecaed343a06fcef3ba82e87e0129d
F test/pcache2.test 0d85f2ab6963aee28c671d4c71bec038c00a1d16
F test/permutations.test 28d7e1fb31486477d7747508f58fd79f0b6e3a33
F test/permutations.test 193238b7828759805091ecddd9a0912767f236a4
F test/pragma.test fdfc09067ea104a0c247a1a79d8093b56656f850
F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
F test/printf.test 05970cde31b1a9f54bd75af60597be75a5c54fea
@ -885,7 +888,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
P c27c51180e88744939ba5af099b6e510968ed2c3
R 7402dc628b0a726b1740724f465de7f9
U shaneh
Z 6af1e958f4b85f78bb9c5a75211b5873
P 2625886b1997dc92e7c3669a4f6ccf3560a4dd80
R ba80a8678c054bde8d19a3f9af46b7a6
U drh
Z 68b693a3e08d7570b522142ee63f38e7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFM0yInoxKgR168RlERAjqLAJsGnSKxOXreiILlp/S3zhtXVgGdWgCeIKmM
Uv+GoGls+jLaQnNG4zcm9ZI=
=5V/P
-----END PGP SIGNATURE-----

View File

@ -1 +1 @@
2625886b1997dc92e7c3669a4f6ccf3560a4dd80
57fe35357dba7ebb382486b916004004b35f8c55

View File

@ -771,15 +771,9 @@ proc run_tests {name args} {
uplevel $options(-initialize)
# uncomment stuff here to skip to a particular test
set skip_to_file "pagerfault.test"
set skip 1
foreach file [lsort $options(-files)] {
if {[file tail $file] == $skip_to_file} { set skip 0 }
if {$skip == 0} {
if {[file tail $file] == $file} { set file [file join $::testdir $file] }
slave_test_file $file
}
if {[file tail $file] == $file} { set file [file join $::testdir $file] }
slave_test_file $file
}
uplevel $options(-shutdown)