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: add PASS to outcomes in debug mode #25698

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 30, 2019

  1. test: add PASS to outcomes in debug mode

    Currently, when configuring with --debug there is a lot of output from
    tests that use console.log. I believe that this was not the case prior
    to commit deaddd2 ("tools,test: add
    list of slow tests").
    
    The motivation for this commit is that I find it difficult to
    distinguish real errors from tests that log errors when running in debug
    mode. This commit updates test/root.status to also include a PASS status
    so that this output is not displayed. If a tests fails then running the
    test directly will show the output.
    danbev committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    fca4dfc View commit details
    Browse the repository at this point in the history