]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
When using the -config option to releasetest.tcl, default the testing type
authordrh <drh@noemail.net>
Fri, 10 Oct 2014 17:47:00 +0000 (17:47 +0000)
committerdrh <drh@noemail.net>
Fri, 10 Oct 2014 17:47:00 +0000 (17:47 +0000)
to "fulltest" if it is not specified on the command line.

FossilOrigin-Name: cf291cbe9f49396f03cfca39c2e892f27f750107

manifest
manifest.uuid
test/releasetest.tcl

index 0af18811ed3f6517c1a7a7f85c0285bd9972b5b9..258e0ade2bd5764085e3e0abbf4de3eb368c6358 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Provide\sthe\snew\s"-config\sCONFIG"\soption\sto\sthe\stest/releasetest.tcl\sscript,\nwhich\sallows\sone\sto\srun\sa\ssingle\stest\sconfiguration\sselected\sby\sname.
-D 2014-10-10T17:44:03.334
+C When\susing\sthe\s-config\soption\sto\sreleasetest.tcl,\sdefault\sthe\stesting\stype\nto\s"fulltest"\sif\sit\sis\snot\sspecified\son\sthe\scommand\sline.
+D 2014-10-10T17:47:00.230
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in cf57f673d77606ab0f2d9627ca52a9ba1464146a
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -783,7 +783,7 @@ F test/rdonly.test dd30a4858d8e0fbad2304c2bd74a33d4df36412a
 F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8
 F test/reindex.test 44edd3966b474468b823d481eafef0c305022254
 F test/releasetest.mk 2eced2f9ae701fd0a29e714a241760503ccba25a
-F test/releasetest.tcl aa7aea9bacd0d76b3d9d5754bb1846d10103af57
+F test/releasetest.tcl 4296b9adbc5992bcd0b0b2876b7651f57c1494f2
 F test/resolver01.test 33abf37ff8335e6bf98f2b45a0af3e06996ccd9a
 F test/rollback.test e9504a009a202c3ed711da2e6879ff60c5a4669c
 F test/rowhash.test 0bc1d31415e4575d10cacf31e1a66b5cc0f8be81
@@ -1203,7 +1203,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P daa8314fba9dc3c4f5e7fbda42c97604fbfc4392
-R d16c504828c83cfa33bdf3d0eaba9ed0
+P d479e32be205f6cd0474f002282eae6eec613f36
+R 931ed67b9f38d30c31761dd7af84265b
 U drh
-Z b39929cd4032458ed60510f729a1a0e8
+Z 3cea3f1ee45c98cf88d87a6691b7a96c
index fd80ff2ddf7146a007a087d2c82fa54d5388a1e5..29909b01ca986ab619c979efc19427827063c1e9 100644 (file)
@@ -1 +1 @@
-d479e32be205f6cd0474f002282eae6eec613f36
\ No newline at end of file
+cf291cbe9f49396f03cfca39c2e892f27f750107
\ No newline at end of file
index 99790d324804a452db1b9283051253e437b5be34..589319d68015595d4760ccc217b4bf870dd11aeb 100644 (file)
@@ -341,6 +341,7 @@ proc process_options {argv} {
   }
 
   if {$config!=""} {
+    if {[llength $config]==1} {lappend config fulltest}
     set ::CONFIGLIST $config
   } else {
     set ::CONFIGLIST $::Platforms($platform)