You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this commit we are using `set -e` to make our bash scripts for
building the distro and setting up contract tests fail fast in the case
of errors. Without this change, scripts can fail one command, then run
the next, obscuring failures and wasting developer time.
Also, fix `mkdir` to succeed even if the dir already exists with `-p`
and add copyright notices.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
0 commit comments