mirror of https://github.com/sbt/sbt.git
I was benchmarking sbt with turbo mode on and found that tests weren't running. This was because we were inadvertently excluding all of the dependency jars from the dynamic classpath. I have no idea why the scripted tests didn't catch this. The scalatest scripted test didn't catch this because 'test' just automaticaly succeeds if no test frameworks are found. To guard against regression, I had to ensure that 'test' failed for every strategy if a bad test file was present. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||