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)
Fri, Sep 18, 6:17 AM
Unknown Object (File)
Wed, Sep 16, 1:28 PM
Unknown Object (File)
Mon, Sep 14, 8:11 AM
Unknown Object (File)
Sat, Sep 12, 12:43 PM
Unknown Object (File)
Thu, Sep 10, 7:28 PM
Unknown Object (File)
Wed, Sep 9, 10:27 PM
Unknown Object (File)
Sun, Sep 6, 5:38 AM
Unknown Object (File)
Sat, Aug 22, 11:13 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.