Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

errors during build result in a successful exit code #16

Open
dlockhart opened this issue Jun 21, 2016 · 0 comments
Open

errors during build result in a successful exit code #16

dlockhart opened this issue Jun 21, 2016 · 0 comments

Comments

@dlockhart
Copy link

When an error occurs during the wcs build process, the exit code is a successful 0. This causes CI systems to think things passed when in fact they did not.

To reproduce: cause an error somewhere in vulcanize, for example by importing a file that doesn't exist. Then output the exit code echo $? and see that you get 0 instead of a non-zero failure value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant