From b7f1899cb7f0fa31c8dc140706a822b2d9e7346a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 1 Jul 2015 16:53:22 +0200 Subject: Make partest run in parallel --- test/dotty/partest/DPConfig.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotty/partest') diff --git a/test/dotty/partest/DPConfig.scala b/test/dotty/partest/DPConfig.scala index 640dfd021..12453b450 100644 --- a/test/dotty/partest/DPConfig.scala +++ b/test/dotty/partest/DPConfig.scala @@ -28,5 +28,5 @@ object DPConfig { // Tests finish faster when running in parallel, but console output is // out of order and sometimes the compiler crashes - val runTestsInParallel = false + val runTestsInParallel = true } -- cgit v1.2.3