mirror of https://github.com/sbt/sbt.git
**Problem** `testFull` can select an aggregate-only key before a directly defined root key. In issue #8772 this causes root project tests to be skipped, so a failing root test can pass unexpectedly. **Solution** Prefer directly defined keys in `Act.select`, and only fall back to aggregate-only candidates when no direct key exists. Add scripted regression test `tests/i8772-root-project-testfull` and keep `project/extra-projects-key-aggregate` behavior intact. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||