From b94fc87f4ebe9c2636fad8fc6265f5671210ed77 Mon Sep 17 00:00:00 2001 From: Dan Kennedy Date: Wed, 13 Mar 2024 10:54:04 +0000 Subject: [PATCH] Add pointer to documentation to testrunner.tcl help message. --- doc/testrunner.md | 1 - test/testrunner.tcl | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/testrunner.md b/doc/testrunner.md index d420076c4f..f7fd296718 100644 --- a/doc/testrunner.md +++ b/doc/testrunner.md @@ -17,7 +17,6 @@
  • 3.3. Investigating Source Code Test Failures
  • 4. Extra testrunner.tcl Options -# 4. Extra testrunner.tcl Options
  • 5. Controlling CPU Core Utilization diff --git a/test/testrunner.tcl b/test/testrunner.tcl index f05b399e3a..439ccb0886 100644 --- a/test/testrunner.tcl +++ b/test/testrunner.tcl @@ -95,6 +95,8 @@ of sub-processes the test script uses to run tests. The "script" command outputs the script used to build a configuration. Add the "-msvc" option for a Windows-compatible script. For a list of available configurations enter "$a0 script help". + +Full documentation here: https://sqlite.org/src/doc/trunk/doc/testrunner.md }]] exit 1 -- 2.11.4.GIT