Page MenuHomeFreeBSD

tests/ci: Use :H:H rather than ../..
ClosedPublic

Authored by emaste on Dec 23 2025, 3:44 PM.
Tags
None
Referenced Files
F154438616: D54352.id168545.diff
Tue, Apr 28, 1:46 PM
F154374258: D54352.diff
Tue, Apr 28, 4:57 AM
F154352571: D54352.id.diff
Tue, Apr 28, 1:09 AM
Unknown Object (File)
Mon, Apr 20, 2:29 AM
Unknown Object (File)
Sat, Apr 18, 10:26 AM
Unknown Object (File)
Sat, Apr 18, 10:26 AM
Unknown Object (File)
Sat, Apr 18, 10:26 AM
Unknown Object (File)
Sat, Apr 18, 8:22 AM
Subscribers

Details

Summary
In general stripping subdir components is desired, rather than appending
`..`.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.

We're following src/release/Makefile so is this pattern is preferred, we should do the same change there.

This revision is now accepted and ready to land.Dec 26 2025, 4:29 PM
This revision was automatically updated to reflect the committed changes.

We're following src/release/Makefile so is this pattern is preferred, we should do the same change there.

D54373. There are a bunch more throughout the tree that we can look at sometime as well.