mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
**Problem** test task is typed to unit. To distinguish test from any other tasks, we want to actually type this to something. **Solution** Forward TestResult to the test task.