Hi all,

I'm sure it was described somewhere, but I can't find it, and google isn't very helpful, cause it shows a lot of stuff not releated to the gradle development itself. I want to run some gradle tests and the standard option "test.single" looks not working. I want to run this test:

   
subprojects/plugins/src/test/groovy/org/gradle/api/internal/tasks/testing/junit/result/JUnitXmlResultWriterSpec.groovy

I'm trying to run it like that:

   ./gradlew test -Dtest.single=JUnitXmlResultWriterSpec

and it throws:

   FAILURE: Build failed with an exception.

   * What went wrong:
   Execution failed for task ':announce:test'.
    > Failed to notify test listener.
       > Could not find matching test for pattern: JUnitXmlResultWriterSpec

I would like to push one simple bugfix, but finally need to fix a test. The whole suite takes 5 hours on my macbook, so filtering is essential. I would appreciate any help.

Thanks,

--
Greg

Reply via email to