Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jan 2026 16:23:46 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: cc99ec748d2e - stable/15 - tests/ci: Use :H:H rather than ../..
Message-ID:  <695be592.2026a.4ca45d8a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by emaste:

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

commit cc99ec748d2e1aa6c1870443c3d2e0dfffa3428a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-12-23 15:42:13 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-05 16:23:31 +0000

    tests/ci: Use :H:H rather than ../..
    
    In general we want to strip subdir components, rather than appending
    `..`s.
    
    Reviewed by:    lwhsu
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D54352
    
    (cherry picked from commit 02376be32d6bcccc0c722c08779bd71e70516599)
---
 tests/ci/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ci/Makefile b/tests/ci/Makefile
index a750b1265169..9923a3bd4f82 100644
--- a/tests/ci/Makefile
+++ b/tests/ci/Makefile
@@ -18,7 +18,7 @@
 #  USE_QEMU: Use QEMU for testing rather than bhyve
 #
 
-WORLDDIR?=	${.CURDIR}/../..
+WORLDDIR?=	${.CURDIR:H:H}
 RELEASEDIR=	${WORLDDIR}/release
 MAKECONF?=	/dev/null
 SRCCONF?=	/dev/null


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695be592.2026a.4ca45d8a>