mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
a0e301e3d82a82f674270f4e4b0ac3ab16e02b50
This drops older code that picked a single fingerprint within a framework. This commit ensures only one name is executed across all frameworks. The precedence is the order that frameworks are declared in Defaults.scala. JUnit should be last because it is common for specs tests to be annotated with @RunWith for Eclipse support. If a distinct fingerprint is not picked, the test will be run by both specs and JUnit. In addition to this main reason, result processing code assumes one result per test class name and would have to be fixed if multiple fingerprints were allowed.
sbt 0.13
This is the 0.13.x series of sbt.
- Setup: Describes getting started with the latest binary release.
- See CONTRIBUTING for how to build from source, open an issue, fix or add documentation, or submit a pull request.
- FAQ: Explains how to get help and more.
- Google Code: hosts sbt 0.7.7 and earlier versions
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%