Spencer Allain wrote: > > Is it possible to use the "test.single" property, or similar to run just > these tests again? >
The property name is '<testTaskName>.single'. So depending on how you run the tests, it would be -DintegTest.single or -DembeddedIntegTest.single. And as far as I know it only works if you build just the project that contains the tests (e.g. subprojects/integTest). -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradleware http://www.gradleware.com Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Running-individual-integTests-tp4362804p4362825.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
