Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Print out a condensed report
Matthew Seaman committed 13 years ago
commit 55288936516c9f9b6539ae21df55ba914a6c829d
parent 21e099ac6f1f22ce136bf79a947042b10fca9699
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>