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

Only report failure if fail-on-error is set #214

Merged
merged 3 commits into from
Nov 30, 2022

Commits on Nov 30, 2022

  1. Only report failure if fail-on-error is set

    The flag is checked when exiting early, but the report update at the end ignores it, causing the test run to be reported as a failure.
    
    Fixes dorny#161.
    
    Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
    trond-snekvik committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e7733f4 View commit details
    Browse the repository at this point in the history
  2. Update dist/index.js

    dorny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    15ec240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0042016 View commit details
    Browse the repository at this point in the history