summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/partest/scala/tools/partest/nest/Worker.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partest/scala/tools/partest/nest/Worker.scala b/src/partest/scala/tools/partest/nest/Worker.scala
index c6462cacae..5bc7001829 100644
--- a/src/partest/scala/tools/partest/nest/Worker.scala
+++ b/src/partest/scala/tools/partest/nest/Worker.scala
@@ -201,7 +201,7 @@ class Worker(val fileManager: FileManager) extends Actor {
try {
proc.exitValue()
} catch {
- case e: IllegalThreadStateException => 1
+ case e: IllegalThreadStateException => 0
}
}