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: formatting skip messages for TAP parsing #2109

Closed

Commits on Jul 8, 2015

  1. test: formatting skip messages for TAP parsing

    This patch makes the skip messages consistent so that the TAP plugin
    in CI can parse the messages properly. The format will be
    
        1..0 # Skipped: [Actual reason why the test is skipped]
    thefourtheye committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    66a892e View commit details
    Browse the repository at this point in the history
  2. test: changing process.exit to return while skipping tests

    This patch uses `return` statement to skip the test instead of using
    `process.exit` call.
    thefourtheye committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    e8dec36 View commit details
    Browse the repository at this point in the history