From 4e8eb320a882124630fb50d53d3d8c3721d9bd4e Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Wed, 22 Mar 2017 12:47:27 +0100 Subject: Consolidate test reporters in `TestReporter` always dumping log file --- compiler/test/dotty/tools/dotc/CompilationTests.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler/test/dotty/tools/dotc/CompilationTests.scala') diff --git a/compiler/test/dotty/tools/dotc/CompilationTests.scala b/compiler/test/dotty/tools/dotc/CompilationTests.scala index 8df415a37..7f0f84049 100644 --- a/compiler/test/dotty/tools/dotc/CompilationTests.scala +++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala @@ -249,7 +249,8 @@ object CompilationTests { } val noCheckOptions = Array( - "-pagewidth", "120" + "-pagewidth", "120", + "-color:never" ) val checkOptions = Array( -- cgit v1.2.3