aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/awk
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-01-29 14:15:44 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-01-29 14:15:44 +0000
commit2f2d80f73041b4d5f7457508f57ebdd5f76f95f5 (patch)
treecfecadfb509bd392296a97d841221128984106fd /usr.bin/awk
parente0656a491411fe65ed8b9135add026358b24951f (diff)
downloadsrc-2f2d80f73041b4d5f7457508f57ebdd5f76f95f5.tar.gz
src-2f2d80f73041b4d5f7457508f57ebdd5f76f95f5.zip
awk(1): Don't install tests at all
Tests were disconnected so that running `make check` in usr.bin/awk did not have any effect, but CI runs use installed tests. Fully disconnect tests/ from the build for the time being as a short term solutio Reported by: lwhsu
Notes
Notes: svn path=/head/; revision=328550
Diffstat (limited to 'usr.bin/awk')
-rw-r--r--usr.bin/awk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile
index 02202fb4fd47..a7c0442d57d5 100644
--- a/usr.bin/awk/Makefile
+++ b/usr.bin/awk/Makefile
@@ -32,6 +32,6 @@ maketab: ytab.h maketab.c ${BUILD_TOOLS_META}
# awk needs some work before we can connect these tests to the build
#HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+#SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>