CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/03 12:37:25
Modified files:
regress/usr.bin/mandoc: Makefile.inc
regress/usr.bin/mandoc/char: Makefile.inc
regress/usr.bin/mandoc/eqn: Makefile.inc
regress/usr.bin/mandoc/man: Makefile.inc
regress/usr.bin/mandoc/roff: Makefile.inc
regress/usr.bin/mandoc/roff/de: Makefile
regress/usr.bin/mandoc/tbl: Makefile.inc
Log message:
Make the mandoc test suite completely silent.
Not even i looked at the 966 mandoc command lines
and the 787 diff command lines it was spewing,
and it was almost unusable without REGRESS_FAIL_EARLY
because any errors got lost among all the noise.
If you want to debug the Makefiles, use "make -dl".
If you want to see the -Tman TODOs, use "grep -RF SKIP_TMAN".