summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/partest/scala/tools/partest/nest/Worker.scala3
1 files changed, 2 insertions, 1 deletions
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)((_, _) => ())