Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2023 14:36:43 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3469786f2035 - stable/14 - pkgbase: Put atf_python files in FreeBSD-tests
Message-ID:  <202310181436.39IEahnw093646@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=3469786f20357f45a0e07878f5e4623d139d6e0f

commit 3469786f20357f45a0e07878f5e4623d139d6e0f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-10-12 17:41:38 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-10-18 14:36:31 +0000

    pkgbase: Put atf_python files in FreeBSD-tests
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    
    (cherry picked from commit 944223076fbcb681a8eb3e118ddafab79b21ac3d)
---
 tests/atf_python/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/atf_python/Makefile b/tests/atf_python/Makefile
index 889cdcdf9592..6b7c39948b0a 100644
--- a/tests/atf_python/Makefile
+++ b/tests/atf_python/Makefile
@@ -2,6 +2,8 @@
 
 .PATH:	${.CURDIR}
 
+PACKAGE=	tests
+
 FILES=	__init__.py atf_pytest.py ktest.py utils.py
 SUBDIR=	sys
 



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