You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Jason Hoogland <ho...@gmail.com> on 2013/04/17 07:10:04 UTC

stop testing on failure

With fail_on_failure it looks like you can control whether buildr will fail
a test task upon a junit test failure.  But is there a way to stop the
execution of further test suites upon a test failure?

hoogs

Re: stop testing on failure

Posted by Jason Hoogland <ho...@gmail.com>.
Yep thats what I'm asking, thanks
On Apr 18, 2013 6:05 AM, "Peter Donald" <pe...@realityforge.org> wrote:

> Hi,
>
> I am not sure what you are asking. Are you asking whether you can fast
> fail the tests for a project, the first time a test in the project
> fails? If that is what you are asking, I am not sure. Buildr uses the
> underlying junit task from ant and as far as I can tell , that is not
> a feature supported by that tool?
>
> [1] http://ant.apache.org/manual/Tasks/junit.html
>
> On Wed, Apr 17, 2013 at 3:10 PM, Jason Hoogland <ho...@gmail.com>
> wrote:
> > With fail_on_failure it looks like you can control whether buildr will
> fail
> > a test task upon a junit test failure.  But is there a way to stop the
> > execution of further test suites upon a test failure?
> >
> > hoogs
>
>
>
> --
> Cheers,
>
> Peter Donald
>

Re: stop testing on failure

Posted by Peter Donald <pe...@realityforge.org>.
Hi,

I am not sure what you are asking. Are you asking whether you can fast
fail the tests for a project, the first time a test in the project
fails? If that is what you are asking, I am not sure. Buildr uses the
underlying junit task from ant and as far as I can tell , that is not
a feature supported by that tool?

[1] http://ant.apache.org/manual/Tasks/junit.html

On Wed, Apr 17, 2013 at 3:10 PM, Jason Hoogland <ho...@gmail.com> wrote:
> With fail_on_failure it looks like you can control whether buildr will fail
> a test task upon a junit test failure.  But is there a way to stop the
> execution of further test suites upon a test failure?
>
> hoogs



-- 
Cheers,

Peter Donald