diff --git a/.drone.yml b/.drone.yml index 88e6fe8e4007..b29239cef3c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,9 +42,9 @@ pipeline: commands: - cp -R . /tmp/4/ && cd /tmp/4/ - ./project/scripts/sbt sbt-dotty/scripted - when: - # sbt scripted tests are slow and only run on nightly or deployment - event: [ tag, deployment ] + # when: + # # sbt scripted tests are slow and only run on nightly or deployment + # event: [ tag, deployment ] # DOCUMENTATION: documentation: diff --git a/compiler/src/dotty/tools/repl/JLineTerminal.scala b/compiler/src/dotty/tools/repl/JLineTerminal.scala index 22e44e4a5c36..7509be90d8e9 100644 --- a/compiler/src/dotty/tools/repl/JLineTerminal.scala +++ b/compiler/src/dotty/tools/repl/JLineTerminal.scala @@ -18,7 +18,6 @@ final class JLineTerminal extends java.io.Closeable { // Logger.getLogger("org.jline").setLevel(Level.FINEST) private val terminal = TerminalBuilder.builder() - .dumb(false) // fail early if not able to create a terminal .build() private val history = new DefaultHistory diff --git a/sbt-dotty/sbt-test/sbt-dotty/example-project/test b/sbt-dotty/sbt-test/sbt-dotty/example-project/test index c6355b638050..885d666a4c01 100644 --- a/sbt-dotty/sbt-test/sbt-dotty/example-project/test +++ b/sbt-dotty/sbt-test/sbt-dotty/example-project/test @@ -1,4 +1,3 @@ > run > 'set initialCommands := "1 + 1" ' -# FIXME: does not work on the CI -#> console +> console