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_runner: remove redundant report call #52089

Merged
merged 1 commit into from
Mar 16, 2024

Commits on Mar 14, 2024

  1. test_runner: remove redundant report call

    This commit removes a redundant call to `reportStarted()`. It is
    redundant because a few lines down, `subtest.finalize()` is
    called. `finalize()` will find the first test that is ready to
    report its data, and then call `report()`, which also calls
    `reportStarted()`. This will trigger the `'test:start'` as high
    up the test tree as necessary.
    cjihrig committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d834ac5 View commit details
    Browse the repository at this point in the history