]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Document the testrunner.tcl --explain option in doc/testrunner.md.
authordrh <>
Wed, 13 Mar 2024 13:27:16 +0000 (13:27 +0000)
committerdrh <>
Wed, 13 Mar 2024 13:27:16 +0000 (13:27 +0000)
FossilOrigin-Name: 5a7b5fc99a9d5c7693a5707c2050a8c59a8f97732e4763a56982579f8d5959ec

doc/testrunner.md
manifest
manifest.uuid

index 470c770f1db46b0d60fc37ff2c07a0eb9699559d..d0248573ee05cdfdcb2a202d78e415078ad32afd 100644 (file)
@@ -315,6 +315,16 @@ would normally execute into the testrunner.log file. Example:
   tclsh $TESTDIR/testrunner.tcl --dryrun mdevtest"
 ```
 
+The **--explain** option is similar to --dryrun in that it prevents testrunner.tcl
+from building any binaries or running any tests.  The difference is that --explain
+prints on standard output a human-readable summary of all the builds and tests that
+would have been run.
+
+```
+  # Show what builds and tests would have been run
+  tclsh $TESTDIR/testrunner.tcl --explain mdevtest
+```
+
 <a name=cpu_cores></a>
 # 5. Controlling CPU Core Utilization
 
index 683882b1c4ffb74d597af731dc629cbf07e96c60..a5d47b0edb6a5d0b5692a5a82fc4ae795bebd0e3 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sthe\s--explain\soption\sto\stestrunner.tcl.
-D 2024-03-13T13:09:58.491
+C Document\sthe\stestrunner.tcl\s--explain\soption\sin\sdoc/testrunner.md.
+D 2024-03-13T13:27:16.812
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -44,7 +44,7 @@ F doc/json-enhancements.md e356fc834781f1f1aa22ee300027a270b2c960122468499bf347b
 F doc/jsonb.md 5fab4b8613aa9153fbeb6259297bd4697988af8b3d23900deba588fa7841456b
 F doc/lemon.html 8b266ff711d2ec7f867c3dca37634963f48a630329908cc282beebfa8c708706
 F doc/pager-invariants.txt 27fed9a70ddad2088750c4a2b493b63853da2710
-F doc/testrunner.md 50570a63efb68fd1472cbe7eeccf78c7b7d66ac1f966ab18d29f824f7cdba2b3
+F doc/testrunner.md 15583cf8c7d8a1c3378fd5d4319ca769a14c4d950a5df9b015d01d5be290dc69
 F doc/trusted-schema.md 33625008620e879c7bcfbbfa079587612c434fa094d338b08242288d358c3e8a
 F doc/vdbesort-memory.md 4da2639c14cd24a31e0af694b1a8dd37eaf277aff3867e9a8cc14046bc49df56
 F doc/vfs-shm.txt e101f27ea02a8387ce46a05be2b1a902a021d37a
@@ -2177,8 +2177,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 233155c174575fa99b34030c1936bc2b04489417f4d5223f18cdb3c8fc274a56
-R 73b7b3b0e43269248a0a7f9b5744d286
+P f0c9eb0326f189fe5ebbee83532ac2c413e91c6a8e9d5b93aa6170cba66fdd22
+R 4e0be3056348c8f1e7d2864a45b77c77
 U drh
-Z bad41bec7a1c5ea3149d7911ab3a6c38
+Z 5cfab6cb98d5a454aa1c2e14d97de81e
 # Remove this line to create a well-formed Fossil manifest.
index 6ccc32a8fd2e204d7f6d05543ee0b6e2daf22caa..b5e8f2c31e5ac1503623fded5d7e02bd53b1c9e6 100644 (file)
@@ -1 +1 @@
-f0c9eb0326f189fe5ebbee83532ac2c413e91c6a8e9d5b93aa6170cba66fdd22
\ No newline at end of file
+5a7b5fc99a9d5c7693a5707c2050a8c59a8f97732e4763a56982579f8d5959ec
\ No newline at end of file