Details
Details
- Reviewers
asomers - Commits
- rGe868a2026635: glabel: add a basic test
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 67883 Build 64766: arc lint + arc unit
Event Timeline
Comment Actions
Looks like a good start.
| tests/sys/geom/class/label/basic.sh | ||
|---|---|---|
| 33 | There's no cleanup method either. Either add one, or else remove the cleanup keyword. | |
| 52 | detach_md should be moved to a cleanup method, so it will still be executed on failure. I suggest using tests/sys/geom/class/nop/nop_test.sh as an example. | |
| 58 | I suggest you rename the test, since it doesn't actually exercise the create command. | |
Comment Actions
I think this commit is missing an addition to BSD.tests.dist because I get an error during make installworld. I've posted a quick github PR here, could you review and merge if it's correct? https://github.com/freebsd/freebsd-src/pull/1877