Page MenuHomeFreeBSD

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

Authored by emaste on Dec 23 2025, 3:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 22, 11:13 PM
Unknown Object (File)
Mon, Aug 17, 1:58 PM
Unknown Object (File)
Fri, Aug 14, 4:47 AM
Unknown Object (File)
Thu, Aug 13, 1:18 AM
Unknown Object (File)
Wed, Aug 12, 5:52 PM
Unknown Object (File)
Tue, Aug 11, 10:56 PM
Unknown Object (File)
Tue, Aug 11, 10:55 PM
Unknown Object (File)
Mon, Aug 10, 12:43 PM
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.