summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/nest/Worker.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partest/scala/tools/partest/nest/Worker.scala b/src/partest/scala/tools/partest/nest/Worker.scala
index 3fba5ff39e..cac6f2dafa 100644
--- a/src/partest/scala/tools/partest/nest/Worker.scala
+++ b/src/partest/scala/tools/partest/nest/Worker.scala
@@ -825,8 +825,8 @@ class Worker(val fileManager: FileManager, params: TestRunParams) extends Actor
diffCheck(compareOutput(dir, fileBase, kind, logFile))
} catch {
- case e: Exception =>
- e.printStackTrace()
+ case e =>
+ e.printStackTrace()
succeeded = false
}