cfarm icon indicating copy to clipboard operation
cfarm copied to clipboard

Properly return error codes on failure

Open robertmaynard opened this issue 9 years ago • 0 comments

It is desirable for cfarm to work properly on the command line when chained together like:

cfarm build bigboard && cfarm test bigboard

This doesn't work currently as each step returns success codes no matter what.

robertmaynard avatar Nov 23 '16 14:11 robertmaynard