Commentary

This commit is contained in:
Wilson Snyder 2025-03-21 17:43:07 -04:00
parent 27e39d7821
commit 29b439b93f
3 changed files with 3 additions and 3 deletions

View File

@ -2077,7 +2077,7 @@ driver.py Non-Scenario Arguments
--j # --j #
Run number of parallel tests, or 0 to determine the count based on the 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 --quiet
Suppress all output except for failures and progress messages every 15 Suppress all output except for failures and progress messages every 15

View File

@ -90,7 +90,7 @@ def process():
print() print()
print("You may now want to clean up spelling, and commit:") 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(" git ci -am 'Commentary: Changes update'")
print() print()

View File

@ -34,7 +34,7 @@ ifneq ($(NC_ROOT),)
#PRODUCTS += --nc #PRODUCTS += --nc
endif endif
# Run tests in parallel. Requires Parallel::Forker to be installed. # Run tests in parallel.
ifeq ($(CFG_WITH_LONGTESTS),yes) ifeq ($(CFG_WITH_LONGTESTS),yes)
DRIVER_FLAGS ?= -j 0 --quiet --rerun DRIVER_FLAGS ?= -j 0 --quiet --rerun
endif endif