summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphessler <phessler@openbsd.org>2010-06-28 16:03:15 +0000
committerphessler <phessler@openbsd.org>2010-06-28 16:03:15 +0000
commit4d77ad3fd9454e88838af27e37532499f37b0e25 (patch)
tree1bbc3466c09e3dff85c21afb5b82e7f07d4b368d
parentmove -H and -s to their own little section, since they did not belong in (diff)
downloadwireguard-openbsd-4d77ad3fd9454e88838af27e37532499f37b0e25.tar.xz
wireguard-openbsd-4d77ad3fd9454e88838af27e37532499f37b0e25.zip
Don't ask people to send regress logs to a non-existant email address.
OK deraadt@
-rw-r--r--regress/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 6506a6f548e..f8d94978539 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2005/02/05 10:39:50 espie Exp $
+# $OpenBSD: Makefile,v 1.20 2010/06/28 16:03:15 phessler Exp $
#
# To run full regression tests you just need two steps:
@@ -12,7 +12,7 @@
# To get a log of test results set the REGRESS_LOG make variable to
# a log file, use an absolute path.
# To mail the test results set the REGRESS_MAIL make variable to an
-# email address, preferably 'regress@openbsd.org'.
+# email address.
# To skip the really slow tests, set the REGRESS_SKIP_SLOW variable.
SUBDIR+= etc bin include lib libexec sbin sys share usr.bin usr.sbin misc gnu
@@ -40,12 +40,6 @@ MAKE_FLAGS+= _REGRESS_TMP=${_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 set REGRESS_LOG to point to a file and mail it manually.
echo $$ make REGRESS_LOG=/var/log/regress-tests regress
.else