pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/regress/pkg-options



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Mar 19 19:56:47 UTC 2020

Modified Files:
        pkgsrc/regress/pkg-options: Makefile

Log Message:
regress/pkg-options: remove obsolete _PKG_SILENT


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/regress/pkg-options/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/regress/pkg-options/Makefile
diff -u pkgsrc/regress/pkg-options/Makefile:1.8 pkgsrc/regress/pkg-options/Makefile:1.9
--- pkgsrc/regress/pkg-options/Makefile:1.8     Sun Mar 24 20:57:59 2019
+++ pkgsrc/regress/pkg-options/Makefile Thu Mar 19 19:56:47 2020
@@ -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
 



Home | Main Index | Thread Index | Old Index