Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Print out a condensed report
Matthew Seaman committed 12 years ago
commit 55288936516c9f9b6539ae21df55ba914a6c829d
parent 21e099a
1 file changed +2 -2
modified tests/pkg_printf/Makefile
@@ -66,12 +66,12 @@ LDADD+= -ledit \
NO_MAN=	true

TESTS=	gen_format human_number string_val int_val bool_val mode_val \
-
	liclog_val
+
	liclog_val list_count

pkg_printf.c:	${TOPDIR}/libpkg/pkg_printf.c
	ln -s ${.OODATE} ${.TARGET}

run: ${PROG}
-
	atf-run
+
	atf-run | atf-report

.include <bsd.prog.mk>