diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-24 01:12:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-24 01:12:15 +0000 |
commit | 31b8ad6487b3cd6cc6b559f6c720d1df5b1da95c (patch) | |
tree | 0943bd902e3238e0ed6013e124e42758181d8a01 /regress/Makefile | |
parent | da465a0088f2989506cf74f693e49dfda8197f2e (diff) |
Kill old crap that is unbelievably slow and produces hundreds of false
positives. Fixing it is not worth the hassle; if we want something
like this, it ought to be done in the context of makewhatis(8) and
mandoc.db(5). As it stands, its only effect is to discourage people
from running our regression suite, which is bad. I got a report
from daniel@ that part of it even crashes.
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index f8d94978539..1e6970f69f7 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2010/06/28 16:03:15 phessler Exp $ +# $OpenBSD: Makefile,v 1.21 2014/11/24 01:12:14 schwarze Exp $ # # To run full regression tests you just need two steps: @@ -15,7 +15,7 @@ # 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 +SUBDIR+= etc bin include lib libexec sbin sys usr.bin usr.sbin misc gnu install: |