Commentary
This commit is contained in:
parent
27e39d7821
commit
29b439b93f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue