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

test: skip the test with proper TAP message #11584

Commits on Feb 27, 2017

  1. test: skip the test with proper TAP message

    On Windows, the test simply returns which will be counted as passed.
    The test actually skips the rest of the test. So proper TAP message has
    to be included while skipping.
    
    This patch uses `common.skip` rather than `console.log` to print the
    skip messages.
    thefourtheye committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    c6664f6 View commit details
    Browse the repository at this point in the history