]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix the --dryrun option in releasetest.tcl.
authordrh <drh@noemail.net>
Mon, 29 Dec 2014 19:54:10 +0000 (19:54 +0000)
committerdrh <drh@noemail.net>
Mon, 29 Dec 2014 19:54:10 +0000 (19:54 +0000)
FossilOrigin-Name: 0f9e549643ab94b0465e6891384dd20506708a8f

manifest
manifest.uuid
test/releasetest.tcl

index ff083667607455cab743feacaeb35154cca03d39..101d767d16a5a3b69533d0ddc80fe7352cfb71a0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\ssome\srecently\sadded\stests\sso\sthat\sthey\swork\swith\sSQLITE_DEFAULT_AUTOVACUUM=1.
-D 2014-12-29T12:02:31.823
+C Fix\sthe\s--dryrun\soption\sin\sreleasetest.tcl.
+D 2014-12-29T19:54:10.833
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 40326b6d788007dd5e00587c54adcd2621832bb3
 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 14552a8741165a0489cd9ec3e9a651ba1f1b3567
+F test/releasetest.tcl 3ffd8d99da7a087917f057147053ed35ce1bf90b
 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 95ce20348d9b868a0407adccdb222a0e4c762945
-R 0db2cbd8617dad79686d47ebce6896f7
-U dan
-Z 03a26819b4fc4a14b459978f03e3e164
+P ef0626ab20f753f01090ca8e8a94e8b516eea55e
+R fa81eb180b12cb206ba390f700c75ee2
+U drh
+Z 819655494d4a64bf8e32c2a6559858d5
index 57a4b2b13b320495cca627278908fa8dde27e18b..8a65bd3f3de400e0272c63814e86f33eb22f215d 100644 (file)
@@ -1 +1 @@
-ef0626ab20f753f01090ca8e8a94e8b516eea55e
\ No newline at end of file
+0f9e549643ab94b0465e6891384dd20506708a8f
\ No newline at end of file
index 6a91ac585b5deed0d44b24252ef92ab2b602021b..bcd7d3d060b5c075091217830948b04812b7d987 100644 (file)
@@ -208,6 +208,7 @@ foreach {key value} [array get ::Platforms] {
 # one-line error message to show on the output.
 #
 proc count_tests_and_errors {logfile rcVar errmsgVar} {
+  if {$::DRYRUN} return
   upvar 1 $rcVar rc $errmsgVar errmsg
   set fd [open $logfile rb]
   set seen 0