On Tue, 2019-04-23 at 10:25 -0500, Bob Friesenhahn wrote:
> On Mon, 22 Apr 2019, Kip Warner wrote:
> > How can I solve this problem?
>
> By using the TAP test framework you could organize your related
> tests into ordered scripts which assure that test
> construction/destruction is orderly even if
On Mon, 2019-04-22 at 22:33 -0600, John Calcote wrote:
> Try using a stamp file only created on success. To do this you’ll
> need to wrap your test calls in a script that creates the stamp file
> on success.
Hey John,
Wrapping the script in another wrapper is possible, but I'd prefer not
to do th
On Mon, 22 Apr 2019, Kip Warner wrote:
How can I solve this problem?
By using the TAP test framework you could organize your related tests
into ordered scripts which assure that test construction/destruction
is orderly even if some tests fail. This approach may lose
parallelism if there ar