Skip to content

docs: fix stale testsys paths in testing guide#4846

Open
immanuwell wants to merge 1 commit into
bottlerocket-os:developfrom
immanuwell:docs/fix-testing-guide-testsys-paths
Open

docs: fix stale testsys paths in testing guide#4846
immanuwell wants to merge 1 commit into
bottlerocket-os:developfrom
immanuwell:docs/fix-testing-guide-testsys-paths

Conversation

@immanuwell

Copy link
Copy Markdown

Issue number:
N/A

Description of changes:
Tiny doc drift fix. TESTING.md pointed to ./tools/testsys and tools/testsys/Test.toml.example, but both paths are gone in a fresh checkout.

This updates the guide to match what the repo does today: use cargo make testsys, and put test config in Test.toml at the repo root or tests/Test.toml. Keeps folks from chasing ghosts, pretty much it.

Repro:

test -e tools/testsys && echo exists || echo missing
test -e tools/testsys/Test.toml.example && echo exists || echo missing

Testing done:
Checked the dead paths above in a fresh checkout.
Checked the replacement text against Makefile.toml config lookup logic.
Ran a local markdown link check for TESTING.md and there are no missing local links now.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant