From 1a9a264f8b2a8f17b9d9c8d77cfe5bb623056426 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Wed, 6 Oct 2010 15:55:39 +0000 Subject: Fixed a failing test. No review --- src/partest/scala/tools/partest/nest/Worker.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/partest/scala/tools/partest/nest/Worker.scala b/src/partest/scala/tools/partest/nest/Worker.scala index 1a6e2bd30e..6631d476a8 100644 --- a/src/partest/scala/tools/partest/nest/Worker.scala +++ b/src/partest/scala/tools/partest/nest/Worker.scala @@ -483,7 +483,8 @@ class Worker(val fileManager: FileManager, scalaCheckParentClassLoader: ScalaCla val passedok = lines filter (_ startsWith "+") forall (_ contains "OK") failures.isEmpty && passedok } - }) + NestUI.verbose("test for '" + file + "' success: " + succeeded) + }) case "pos" => runTestCommon(file, kind, expectFailure = false)((_, _) => ()) -- cgit v1.2.3