From 2f2d80f73041b4d5f7457508f57ebdd5f76f95f5 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 29 Jan 2018 14:15:44 +0000 Subject: [PATCH] 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 --- usr.bin/awk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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