summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/partest/scala/tools/partest/PartestTask.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/partest/scala/tools/partest/PartestTask.scala b/src/partest/scala/tools/partest/PartestTask.scala
index 230a6f73ec..55b4a2a637 100644
--- a/src/partest/scala/tools/partest/PartestTask.scala
+++ b/src/partest/scala/tools/partest/PartestTask.scala
@@ -182,8 +182,10 @@ class PartestTask extends Task with CompilationPathProperty {
private def getScalapFiles = getFiles(scalapFiles)
override def execute() {
- if (isPartestDebug)
+ if (isPartestDebug || debug) {
setProp("partest.debug", "true")
+ nest.NestUI._verbose = true
+ }
srcDir foreach (x => setProp("partest.srcdir", x))