On Wed, Feb 4, 2009 at 12:53 AM, Partha Aji <[email protected]> wrote:
> Ideally test-debug should be the target name instead of test..... way more
> convenient IMHO :)

Your wish is my command. You want to debug unit test from ant? do this:

ant -Dtestcase=OrgIdWrapperTest testdebug

Want to just run the test (i.e. no debugger?)  That's easy too:

ant -Dtestcase=OrgIdWrapperTest test

Have fun.

jesus

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to