mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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
This commit is contained in:
parent
bd8296bd81
commit
02376be32d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue