mirror of https://github.com/sbt/sbt.git
fix launch test
This commit is contained in:
parent
51518c8d90
commit
1a8f4a9874
|
|
@ -64,7 +64,7 @@ object ScalaProviderTest extends Specification
|
|||
object LaunchTest
|
||||
{
|
||||
def testApp(main: String): Application = testApp(main, Array[File]())
|
||||
def testApp(main: String, extra: Array[File]): Application = Application("org.scala-tools.sbt", "launch-test", new Version.Explicit(AppVersion), main, Nil, false, extra)
|
||||
def testApp(main: String, extra: Array[File]): Application = Application("org.scala-tools.sbt", "launch-test", new Explicit(AppVersion), main, Nil, false, extra)
|
||||
import Repository.Predefined._
|
||||
def testRepositories = List(Local, ScalaToolsReleases, ScalaToolsSnapshots).map(Repository.Predefined.apply)
|
||||
def withLauncher[T](f: xsbti.Launcher => T): T =
|
||||
|
|
|
|||
Loading…
Reference in New Issue