Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --bail option for truffle test (solves #2848) #2905

Merged
merged 1 commit into from Mar 23, 2020
Merged

Add --bail option for truffle test (solves #2848) #2905

merged 1 commit into from Mar 23, 2020

Conversation

rkalis
Copy link
Member

@rkalis rkalis commented Mar 20, 2020

  • Add --bail flag to the command object and help object
  • Propagate this bail flag into mochaConfig

I'm not sure what the project's test workflow is, so let me know what kind of tests you need with it. Currently just tested it manually in one of my repos.

Fixes #2848

- Add --bail flag to the command object and help object
- Propagate this bail flag into mochaConfig
Copy link
Member

@gnidan gnidan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @rkalis!

@gnidan gnidan requested a review from eggplantzzz March 20, 2020 15:55
@eggplantzzz eggplantzzz merged commit 5f99e81 into trufflesuite:develop Mar 23, 2020
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.

Add bail option to Truffle Test
3 participants