From 67065d070d869f5eca01ca7e698afac8ba784e0a Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Wed, 5 Apr 2017 19:50:46 +0200 Subject: Add vulpix docstrings and change defines --- compiler/test/dotty/tools/dotc/CompilationTests.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 4d5ab6963..a3f44c74f 100644 --- a/compiler/test/dotty/tools/dotc/CompilationTests.scala +++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala @@ -16,9 +16,9 @@ class CompilationTests extends SummaryReport with ParallelTesting { def maxDuration = 180.seconds def numberOfSlaves = 5 - def safeMode = sys.env.get("SAFEMODE").isDefined + def safeMode = sys.env.get("dotty.tests.safemode").isDefined def isInteractive = SummaryReport.isInteractive - def testFilter = sys.props.get("dotty.partest.filter").map(r => new Regex(r)) + def testFilter = sys.props.get("dotty.tests.filter").map(r => new Regex(r)) // Positive tests ------------------------------------------------------------ -- cgit v1.2.3