Skip to content

Add in an exit code of 1 on test failure#15

Open
abovethewater wants to merge 1 commit intomasylum:masterfrom
abovethewater:patch-1
Open

Add in an exit code of 1 on test failure#15
abovethewater wants to merge 1 commit intomasylum:masterfrom
abovethewater:patch-1

Conversation

@abovethewater
Copy link

process.exit() produces an exit code of 0 (success) by default.
Explicitly defining an error code 1 on failure.

As per http://nodejs.org/api/process.html#process_process_exit_code

process.exit() produces an exit code of 0 (success) by default.
Explicitly defining an error code 1 on failure.

As per http://nodejs.org/api/process.html#process_process_exit_code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant