Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 14:15:44 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328550 - head/usr.bin/awk
Message-ID:  <201801291415.w0TEFi6r078096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Mon Jan 29 14:15:44 2018
New Revision: 328550
URL: https://svnweb.freebsd.org/changeset/base/328550

Log:
  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

Modified:
  head/usr.bin/awk/Makefile

Modified: head/usr.bin/awk/Makefile
==============================================================================
--- head/usr.bin/awk/Makefile	Mon Jan 29 14:00:33 2018	(r328549)
+++ head/usr.bin/awk/Makefile	Mon Jan 29 14:15:44 2018	(r328550)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801291415.w0TEFi6r078096>