I can add preconditions to formatted SQL scripts, like the docs say:
--preconditions onFail:HALT onError:HALT
--precondition-sql-check expectedResult:0 SELECT COUNT(*) FROM my_table
but I can't seem to add an onFailMessage
or onErrorMessage
to them.
Is there a way I've missed?
Or should I just code up something like
--precondition-onFailMessage:Better luck next time
and send a PR?