Page MenuHomeFreeBSD

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

Authored by emaste on Dec 23 2025, 3:44 PM.
Tags
None
Referenced Files
F165020347: D54352.id168545.diff
Wed, Aug 5, 8:48 AM
F164968916: D54352.id168545.diff
Wed, Aug 5, 4:08 AM
Unknown Object (File)
Tue, Aug 4, 7:50 AM
Unknown Object (File)
Sun, Aug 2, 8:42 AM
Unknown Object (File)
Sat, Aug 1, 9:35 PM
Unknown Object (File)
Sat, Jul 25, 3:45 PM
Unknown Object (File)
Sun, Jul 19, 9:27 PM
Unknown Object (File)
Wed, Jul 15, 5:47 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.