summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravsm <avsm@openbsd.org>2002-09-02 22:37:18 +0000
committeravsm <avsm@openbsd.org>2002-09-02 22:37:18 +0000
commit59a63adbf6657bcc222da67bacf92515f51bf88d (patch)
tree63a838cdefa4e0635df15a4d53f3dc3c2b5b8f49
parentRename a bunch of the old bsd.regress.mk variables into the new ones. (diff)
downloadwireguard-openbsd-59a63adbf6657bcc222da67bacf92515f51bf88d.tar.xz
wireguard-openbsd-59a63adbf6657bcc222da67bacf92515f51bf88d.zip
comment out the mailing suggestions, since the address doesnt exist yet
-rw-r--r--regress/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 7690c3940ca..06911bae054 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2002/09/02 19:56:55 avsm Exp $
+# $OpenBSD: Makefile,v 1.14 2002/09/02 22:37:18 avsm Exp $
#
# To run full regression tests you just need two steps:
@@ -40,13 +40,13 @@ _REGRESS_CLEAN=rm -f ${_REGRESS_TMP}
.if ${.TARGETS:Mall} || ${.TARGETS:Mregress}
echo ====================================================================
.if empty(REGRESS_MAIL) || empty(_REGRESS_TMP)
- echo Please mail a copy of these regression tests to regress@openbsd.org
- echo to help with future development.
- echo
- echo You can do this automatically by setting the REGRESS_MAIL variable
- echo $$ make REGRESS_MAIL=regress@openbsd.org regress
- echo
- echo You can also set REGRESS_LOG to point to a file and mail it manually.
+# echo Please mail a copy of these regression tests to regress@openbsd.org
+# echo to help with future development.
+# echo
+# echo You can do this automatically by setting the REGRESS_MAIL variable
+# echo $$ make REGRESS_MAIL=regress@openbsd.org regress
+# echo
+ echo You can set REGRESS_LOG to point to a file and mail it manually.
echo $$ make REGRESS_LOG=/var/log/regress-tests regress
.else
echo Mailing regress results to ${REGRESS_MAIL} ...