From: drh Date: Fri, 9 Sep 2016 13:17:26 +0000 (+0000) Subject: Fix an obsolete comment in the releasetest.tcl source code. X-Git-Tag: version-3.15.0~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c33183d11abc61b5f01622bbbdf3cfab856af99;p=thirdparty%2Fsqlite.git Fix an obsolete comment in the releasetest.tcl source code. FossilOrigin-Name: afaaa276b256f56adf63cb568e486cb3315c3ec2 --- diff --git a/manifest b/manifest index 9cf1c97fce..513fe5f2d6 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C In\sreleasetest.tcl:\nImproved\stesting\sfor\suncommitted\schanges.\s\sIf\suncommitted\schanges\sare\sseen,\nexit\simmediately\sunless\sthe\s--force\soption\sis\sused. -D 2016-09-09T12:29:57.587 +C Fix\san\sobsolete\scomment\sin\sthe\sreleasetest.tcl\ssource\scode. +D 2016-09-09T13:17:26.104 F Makefile.in cfd8fb987cd7a6af046daa87daa146d5aad0e088 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc 5017381e4853b1472e01d5bb926be1268eba429c @@ -1013,7 +1013,7 @@ F test/rdonly.test 64e2696c322e3538df0b1ed624e21f9a23ed9ff8 F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8 F test/regexp2.test aa7ffcc21350007a78361b82bcf3b74d12227144 F test/reindex.test 44edd3966b474468b823d481eafef0c305022254 -F test/releasetest.tcl 96c3c995276502ed161fba048db11bf609d06401 +F test/releasetest.tcl 46e73e306efd6bc1739efead3583ea0e2003f4d9 F test/resolver01.test f4022acafda7f4d40eca94dbf16bc5fc4ac30ceb F test/rollback.test 458fe73eb3ffdfdf9f6ba3e9b7350a6220414dea F test/rollback2.test 8435d6ff0f13f51d2a4181c232e706005fa90fc5 @@ -1523,7 +1523,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 30e917fff05b02ce2cb1f1c871d638200fbe5716 -R 45edd926e90edddd4f4fdfd05cd3a2d6 +P 9a14e6c46cdda9f10151ee96a0540798573edcf2 +R 7940b5c2f77005fa33fade550bc3d89e U drh -Z 4b0b0b85746acf466aacffff9e5b1376 +Z 45010a2c3dad5e8a3c02935127df2fd0 diff --git a/manifest.uuid b/manifest.uuid index a00fc4e9a0..8098499d71 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -9a14e6c46cdda9f10151ee96a0540798573edcf2 \ No newline at end of file +afaaa276b256f56adf63cb568e486cb3315c3ec2 \ No newline at end of file diff --git a/test/releasetest.tcl b/test/releasetest.tcl index 5beecd1cfa..342c5f3036 100644 --- a/test/releasetest.tcl +++ b/test/releasetest.tcl @@ -933,8 +933,10 @@ proc process_options {argv} { PUTS "" } -# Check to see if there are changes in the checkout. If there are -# prompt the user to see if he wants to continue. +# Check to see if there are uncommitted changes in the SQLite source +# checkout. Exit if there are. Except: Do nothing if the --force +# flag is used. Also, ignore this test if the fossil binary is +# unavailable, or if the source tree is not a valid fossil checkout. # proc check_uncommitted {} { if {$::FORCE} return