diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2010-06-28 16:03:16 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2010-06-28 16:03:16 +0000 |
commit | 44429ee138e76a459833356f0c72ac8f42b61edf (patch) | |
tree | 21050f07820f2884f33ceb255db38744eae00ee5 | |
parent | 46abf1324f04c6bc52524b53b37972fccf38b477 (diff) |
Don't ask people to send regress logs to a non-existant email address.
OK deraadt@
-rw-r--r-- | regress/Makefile | 10 |
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 |