mirror of https://github.com/sbt/sbt.git
Merge pull request #6125 from eatkins/sort-scripted-tests
Sort scripted tests
This commit is contained in:
commit
711a590bc4
|
|
@ -140,6 +140,7 @@ final class ScriptedTests(
|
|||
|
||||
def createTestRunners(tests: Seq[TestInfo]): Seq[TestRunner] = {
|
||||
tests
|
||||
.sortBy(_._1)
|
||||
.grouped(batchSize)
|
||||
.map { batch => () =>
|
||||
IO.withTemporaryDirectory {
|
||||
|
|
|
|||
Loading…
Reference in New Issue