Skip to content

Commit

Permalink
Disable sbt scripted that doesn't work on the CI
Browse files Browse the repository at this point in the history
Also make sbt scripted tests less verbose
  • Loading branch information
allanrenucci committed Oct 13, 2017
1 parent 921a6fa commit f503ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ object Build {
version := "0.1.6-SNAPSHOT",
ScriptedPlugin.scriptedSettings,
ScriptedPlugin.sbtTestDirectory := baseDirectory.value / "sbt-test",
ScriptedPlugin.scriptedBufferLog := false,
ScriptedPlugin.scriptedLaunchOpts += "-Dplugin.version=" + version.value,
ScriptedPlugin.scriptedLaunchOpts += "-Dplugin.scalaVersion=" + dottyVersion,
// By default scripted tests use $HOME/.ivy2 for the ivy cache. We need to override this value for the CI.
Expand Down
3 changes: 2 additions & 1 deletion sbt-dotty/sbt-test/sbt-dotty/example-project/test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
> run
> 'set initialCommands := "1 + 1" '
> console
# FIXME: does not work on the CI

This comment has been minimized.

Copy link
@smarter

smarter Oct 13, 2017

Member

Do we have an open issue for this?

#> console

0 comments on commit f503ad3

Please sign in to comment.