On 3/04/10 6:12 AM, HamletDRC wrote:
I made some changes to the user guide and the user guide expected output.

How can I run these tests?


They're part of the integration tests. Just run ./gradlew :integTest

However, this takes ages to run. You can run the dev build, instead, which does a few things to speed the tests up. You might also exclude a few tasks that you don't need, something like:

./gradlew devBuild -x check -x docs -x distDocs

Of course, it would be nice if we had some way just run a single test from the command-line.


--
Adam Murdoch
Gradle Developer
http://www.gradle.org


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

   http://xircles.codehaus.org/manage_email


Reply via email to