File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sbt-dotty/sbt-test/sbt-dotty/example-project Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -857,7 +857,6 @@ object Build {
857857 version := " 0.1.6-SNAPSHOT" ,
858858 ScriptedPlugin .scriptedSettings,
859859 ScriptedPlugin .sbtTestDirectory := baseDirectory.value / " sbt-test" ,
860- ScriptedPlugin .scriptedBufferLog := false ,
861860 ScriptedPlugin .scriptedLaunchOpts += " -Dplugin.version=" + version.value,
862861 ScriptedPlugin .scriptedLaunchOpts += " -Dplugin.scalaVersion=" + dottyVersion,
863862 // By default scripted tests use $HOME/.ivy2 for the ivy cache. We need to override this value for the CI.
Original file line number Diff line number Diff line change 11> run
22> 'set initialCommands := "1 + 1" '
3- > console
3+ # FIXME: does not work on the CI
4+ #> console
You can’t perform that action at this time.
0 commit comments