summaryrefslogtreecommitdiff
path: root/regress/pkg-options
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-19 19:56:47 +0000
committerrillig <rillig@pkgsrc.org>2020-03-19 19:56:47 +0000
commit36f0b2a9dd84e9e2ac82b68ac8887be25cc85c68 (patch)
tree224201ffbcc87c805e62f5d5e96f7ae0bd04f886 /regress/pkg-options
parent8d7086b3546bf42f0d020f4a698906c7675d622a (diff)
downloadpkgsrc-36f0b2a9dd84e9e2ac82b68ac8887be25cc85c68.tar.gz
regress/pkg-options: remove obsolete _PKG_SILENT
Diffstat (limited to 'regress/pkg-options')
-rw-r--r--regress/pkg-options/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/regress/pkg-options/Makefile b/regress/pkg-options/Makefile
index 527458efa28..1111ca2286a 100644
--- a/regress/pkg-options/Makefile
+++ b/regress/pkg-options/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/03/24 20:57:59 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/03/19 19:56:47 rillig Exp $
#
DISTNAME= regress-pkg-options-1.0
@@ -13,9 +13,8 @@ REGRESS_TESTS+= simple unsupported
do-test:
.for t in ${REGRESS_TESTS}
- @${_PKG_SILENT}${_PKG_DEBUG} \
- ${ECHO_MSG} "Running testcase "${t:Q}; \
- ${MAKE} ${MAKEFLAGS} -s -f ${FILESDIR:Q}/${t:Q}.mk test \
+ @${ECHO_MSG} "Running testcase "${t:Q}
+ ${RUN} ${MAKE} ${MAKEFLAGS} -s -f ${FILESDIR:Q}/${t:Q}.mk test \
| diff -u ${FILESDIR:Q}/${t:Q}.out -
.endfor