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)
Wed, May 20, 8:31 PM
Unknown Object (File)
Wed, May 20, 8:31 PM
Unknown Object (File)
Wed, May 20, 2:11 PM
Unknown Object (File)
Wed, May 20, 2:11 PM
Unknown Object (File)
Tue, May 19, 8:41 PM
Unknown Object (File)
Sun, May 17, 8:04 AM
Unknown Object (File)
Wed, May 6, 12:14 AM
Unknown Object (File)
Tue, Apr 28, 1:46 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.