Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 68580 Build 65463: arc lint + arc unit
Event Timeline
Comment Actions
@markj This is not going to work nice if we run the test in parallel, since the detach caused by the kldunload here might interfere with the other test that use snd_dummy.
| tests/sys/sound/hotunload.sh | ||
|---|---|---|
| 46 | Does we need atf_checks here?? | |
| tests/sys/sound/hotunload.sh | ||
|---|---|---|
| 32 | Leftover also, deleted it. | |
Comment Actions
Bump. Repeating a previous comment:
@markj This is not going to work nice if we run the test in parallel, since the detach caused by the kldunload here might interfere with the other test that use snd_dummy.