Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 14:14:07 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351856 - head/tests/sys/common
Message-ID:  <201909051414.x85EE7tW097776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Sep  5 14:14:07 2019
New Revision: 351856
URL: https://svnweb.freebsd.org/changeset/base/351856

Log:
  pkgbase: Put the sys/common test into the tests package
  
  Every other test is there so do the same for those.
  
  Reviewed by:	bapt, gjb
  Differential Revision:	https://reviews.freebsd.org/D21504

Modified:
  head/tests/sys/common/Makefile

Modified: head/tests/sys/common/Makefile
==============================================================================
--- head/tests/sys/common/Makefile	Thu Sep  5 14:13:08 2019	(r351855)
+++ head/tests/sys/common/Makefile	Thu Sep  5 14:14:07 2019	(r351856)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PACKAGE=		common
+PACKAGE=		tests
 TESTSDIR=		${TESTSBASE}/sys/common
 ${PACKAGE}FILES+=	vnet.subr
 



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