From 29b439b93f85be0bfc463e45b917f51c84a81564 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 21 Mar 2025 17:43:07 -0400 Subject: [PATCH] Commentary --- docs/internals.rst | 2 +- nodist/log_changes | 2 +- test_regress/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/internals.rst b/docs/internals.rst index bbc62adcb..4207706f9 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -2077,7 +2077,7 @@ driver.py Non-Scenario Arguments --j # Run number of parallel tests, or 0 to determine the count based on the - number of cores installed. Requires Perl's Parallel::Forker package. + number of cores installed. --quiet Suppress all output except for failures and progress messages every 15 diff --git a/nodist/log_changes b/nodist/log_changes index 7865c393a..5975b53f8 100755 --- a/nodist/log_changes +++ b/nodist/log_changes @@ -90,7 +90,7 @@ def process(): print() print("You may now want to clean up spelling, and commit:") - print(" (cd docs ; make spelling)") + print(" (cd docs ; make spelling | grep -v 'Writing output')") print(" git ci -am 'Commentary: Changes update'") print() diff --git a/test_regress/Makefile b/test_regress/Makefile index 0ff0e757f..3f45aa077 100644 --- a/test_regress/Makefile +++ b/test_regress/Makefile @@ -34,7 +34,7 @@ ifneq ($(NC_ROOT),) #PRODUCTS += --nc endif -# Run tests in parallel. Requires Parallel::Forker to be installed. +# Run tests in parallel. ifeq ($(CFG_WITH_LONGTESTS),yes) DRIVER_FLAGS ?= -j 0 --quiet --rerun endif