Hi,
I am trying to write an ant build script that will result in a failed
build if there were failures during my test. I use QFTestJUI for my
testing. It is run as a java/jython program. This program returns an
exit code that indicates whether the tests fail or pass.
How do I use the exit code of program executed from a build script to
determine if the build passed or failed.
Thanks.
Dieter Lamberty - 02 Aug 2006 12:17 GMT
Hi
I'm not sure if I got your problem right, but there is the "failOnError"
attribute of the exec task. This should solve your problem...
Hope that helps
Dieter
rips schrieb:
> Hi,
>
[quoted text clipped - 7 lines]
>
> Thanks.