]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix to releasetest.tcl: When doing the secondary _debug runs, convert
authordrh <drh@noemail.net>
Wed, 31 Dec 2014 20:35:11 +0000 (20:35 +0000)
committerdrh <drh@noemail.net>
Wed, 31 Dec 2014 20:35:11 +0000 (20:35 +0000)
"fulltest" to just "test".

FossilOrigin-Name: ec264bdee5ab8047fda9a36af27c8a2c8d964112

manifest
manifest.uuid
test/releasetest.tcl

index 287183c9b9eb68b11904e70b5e86f86c62766d8b..23cde5e727cfa02d310c4caf2dc35b862de57aff 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Adjust\sthe\smemsubsys1-5.5\stest\scase\sto\savoid\soccasional\sfalse\spositives.
-D 2014-12-31T20:25:33.588
+C Fix\sto\sreleasetest.tcl:\s\sWhen\sdoing\sthe\ssecondary\s_debug\sruns,\sconvert\n"fulltest"\sto\sjust\s"test".
+D 2014-12-31T20:35:11.375
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 7cd23e4fc91004a6bd081623e1bc6932e44828c0
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -801,7 +801,7 @@ F test/randexpr1.test eda062a97e60f9c38ae8d806b03b0ddf23d796df
 F test/rdonly.test dd30a4858d8e0fbad2304c2bd74a33d4df36412a
 F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8
 F test/reindex.test 44edd3966b474468b823d481eafef0c305022254
-F test/releasetest.tcl f8845aae7b19f0c5418b27bf7723da84a336d0d5
+F test/releasetest.tcl 9440b21870bc25c9303e7a2adc0708257249295a
 F test/resolver01.test 33abf37ff8335e6bf98f2b45a0af3e06996ccd9a
 F test/rollback.test 458fe73eb3ffdfdf9f6ba3e9b7350a6220414dea
 F test/rollback2.test fc14cf6d1a2b250d2735ef16124b971bce152f14
@@ -1234,7 +1234,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 456948ea64c6980dab79dac30a538b5a6ab8773d
-R faffc322ba435b37e085a2179210ef63
+P 432413187f41061a08ecff2697ce85c935fa6fa8
+R eab92cc42f1c6f3a82dbafd90384e659
 U drh
-Z 4cc37900b3dc79a667b61580e5a01937
+Z efe20f1bf1699435938e7d67d2cf6478
index ac386cfe2a543775cee206d72af8a3c906d9f882..4765ac41a9b5b3e60f33aaa753b7ffeba40c2a91 100644 (file)
@@ -1 +1 @@
-432413187f41061a08ecff2697ce85c935fa6fa8
\ No newline at end of file
+ec264bdee5ab8047fda9a36af27c8a2c8d964112
\ No newline at end of file
index cfd0ba900fd2d154fda2731598db0ba04a6f0938..96e7ffb4b24fb00f1ee11e4169ebbc7f45f268f4 100644 (file)
@@ -462,7 +462,7 @@ proc main {argv} {
     if {$target!="checksymbols" && !$::BUILDONLY} {
       set debug_idx [lsearch -glob $config_options -DSQLITE_DEBUG*]
       set xtarget $target
-      regsub -all {fulltest[a-z]+} $xtarget test xtarget
+      regsub -all {fulltest[a-z]*} $xtarget test xtarget
       if {$debug_idx < 0} {
         incr NTEST
         append config_options " -DSQLITE_DEBUG=1"