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 {
857
857
version := " 0.1.6-SNAPSHOT" ,
858
858
ScriptedPlugin .scriptedSettings,
859
859
ScriptedPlugin .sbtTestDirectory := baseDirectory.value / " sbt-test" ,
860
- ScriptedPlugin .scriptedBufferLog := false ,
861
860
ScriptedPlugin .scriptedLaunchOpts += " -Dplugin.version=" + version.value,
862
861
ScriptedPlugin .scriptedLaunchOpts += " -Dplugin.scalaVersion=" + dottyVersion,
863
862
// 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 1
1
> run
2
2
> '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