mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +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.