diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-02-03 19:37:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-02-03 19:37:26 +0000 |
commit | f940a74ae31fa38793645a0f4583930daa01fb2e (patch) | |
tree | 0bac284c888a1625e59378da67daa75cd476da00 /regress/usr.bin/mandoc/tbl | |
parent | 38dcd7b05f2a9196c31a213190f067bc5df44794 (diff) |
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".
Diffstat (limited to 'regress/usr.bin/mandoc/tbl')
-rw-r--r-- | regress/usr.bin/mandoc/tbl/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/tbl/Makefile.inc b/regress/usr.bin/mandoc/tbl/Makefile.inc index fb68716d7ce..e3a9bb9280f 100644 --- a/regress/usr.bin/mandoc/tbl/Makefile.inc +++ b/regress/usr.bin/mandoc/tbl/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.1 2015/01/29 23:34:45 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2015/02/03 19:37:25 schwarze Exp $ TBL = /usr/local/bin/tbl -SKIP_TMAN ?= ALL SILENT +SKIP_TMAN ?= ALL .for t in ${REGRESS_TARGETS} ${t}.out_ascii: ${t}.in |