File tree Expand file tree Collapse file tree 3 files changed +2
-66
lines changed
language-server/test/dotty/tools/languageserver Expand file tree Collapse file tree 3 files changed +2
-66
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ pipeline:
4848 image : lampepfl/dotty:2018-04-10
4949 commands :
5050 - cp -R . /tmp/4/ && cd /tmp/4/
51- - ./project/scripts/sbt dotty-language-server/test:run
51+ - ./project/scripts/sbt dotty-language-server/test
5252
5353 test_sbt :
5454 group : test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -766,14 +766,13 @@ object Build {
766766 // fork so that the shutdown hook in Main is run when we ctrl+c a run
767767 // (you need to have `cancelable in Global := true` in your global sbt config to ctrl+c a run)
768768 fork in run := true ,
769+ fork in Test := true ,
769770 libraryDependencies ++= Seq (
770771 " org.eclipse.lsp4j" % " org.eclipse.lsp4j" % " 0.3.0" ,
771772 Dependencies .`jackson-databind`
772773 ),
773774 javaOptions := (javaOptions in `dotty-compiler-bootstrapped`).value,
774775
775- test := {}, // Tests should be run with dotty-language-server/test:run
776-
777776 run := Def .inputTaskDyn {
778777 val inputArgs = spaceDelimited(" <arg>" ).parsed
779778
You can’t perform that action at this time.
0 commit comments