From f5f71f2d02f480c08fb24660dcc6b7836857c6b0 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Fri, 2 Jul 2010 16:31:33 +0000 Subject: Partest task will go into verbose debug mode wh... Partest task will go into verbose debug mode when ant's debug flag is set. --- src/partest/scala/tools/partest/PartestTask.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/partest') 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)) -- cgit v1.2.3