]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Back out an unintended change to permutations.test.
authordrh <drh@noemail.net>
Thu, 4 Nov 2010 21:14:12 +0000 (21:14 +0000)
committerdrh <drh@noemail.net>
Thu, 4 Nov 2010 21:14:12 +0000 (21:14 +0000)
FossilOrigin-Name: 57fe35357dba7ebb382486b916004004b35f8c55

manifest
manifest.uuid
test/permutations.test

index de710a34084ffff0305c6d3f1dff00a1b7194aa3..23cc343d3b938747efbf8bccf42d42299c7dc285 100644 (file)
--- a/manifest
+++ b/manifest
@@ -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-----
index aaca71b7d42089efd9f8fd18656322dc222be09a..e789b735e5acce50fed69581d40640e41cdbf52c 100644 (file)
@@ -1 +1 @@
-2625886b1997dc92e7c3669a4f6ccf3560a4dd80
\ No newline at end of file
+57fe35357dba7ebb382486b916004004b35f8c55
\ No newline at end of file
index daa8607dfad71137972fa96fa5e35ddac19ea968..5576f5bf392a4a32b47d8c109e497b63260686a1 100644 (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)