Hi Adam,

[...]
> You can configure the results and reports dir. For example:

> implTests {
>      testResultsDir = new File(project.testResultsDir, 'implTests')
>      testReportDir = new File(project.testReportDir, 'implTests')
> }

Thanks! :) That works. One report would be cooler, but multiple
reports work as well. I hoped for some other solution, like a prefix
to make the tests distinct, though. ;)

   implTest {
      testPrefix = 'ImplTests1'
   }

   implTest2 {
      testPrefix = 'ImplTests2'
   }

Anyway, thanks for your help.
   
Best regards,
Lars
-- 
Semagia 
<http://www.semagia.com>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to