Re: disposable-develop branch

2015-04-01 Thread Tim Flink
On Wed, 25 Mar 2015 11:57:27 -0400 (EDT) Martin Krizek wrote: > There is a new branch disposable-develop [1]. The branch will serve > as develop branch for disposable clients work. Having separate > develop branch for disposable clients work will allow us doing > releases in the meantime. > > Wh

Re: Exit status for runtask should be 1 if task outcome is FAILED?

2015-04-01 Thread Kamil Paral
> Sounds good to me. I only wonder if we simply fall back to the current > state (exit 0) if the precondition (last tap result outcome) and > --make-fatal is not given. That was the idea. If you specify --make-fatal, we return exit code 0 or 100 based on the outcome of the last TAP entry. If you