aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/CompilationTests.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-03-20 17:05:50 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-03-29 10:33:25 +0200
commit52488dae47d7c17dbac36c5d1d985e2a81ebe9de (patch)
tree52fb055904570afde075598caa541722eec5bd78 /compiler/test/dotty/tools/dotc/CompilationTests.scala
parent8c02da6858615dacfbcc09c2431e0945fce6d730 (diff)
downloaddotty-52488dae47d7c17dbac36c5d1d985e2a81ebe9de.tar.gz
dotty-52488dae47d7c17dbac36c5d1d985e2a81ebe9de.tar.bz2
dotty-52488dae47d7c17dbac36c5d1d985e2a81ebe9de.zip
Disable interactive mode in CI
Diffstat (limited to 'compiler/test/dotty/tools/dotc/CompilationTests.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/CompilationTests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/test/dotty/tools/dotc/CompilationTests.scala b/compiler/test/dotty/tools/dotc/CompilationTests.scala
index e7ecd342a..8df415a37 100644
--- a/compiler/test/dotty/tools/dotc/CompilationTests.scala
+++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -8,6 +8,8 @@ import java.io.{ File => JFile }
class CompilationTests extends ParallelTesting {
import CompilationTests._
+ def interactive: Boolean = !sys.env.contains("DRONE")
+
// Positive tests ------------------------------------------------------------
@Test def compilePos: Unit = {