Skip to content

Conversation

SebastianKeller
Copy link

In #10859 I moved the test_node.end() call after everything else has been logged. Now the test_fn.name is printed by Progress itself, making the additional log obsolete.

Before:

Test [3/4] test "Test should fail"... expected 10, found 15
Test [3/4] test "Test should fail"... test "Test should fail"... FAIL (TestExpectedEqual)

After:

Test [3/4] test "Test should fail"... expected 10, found 15
Test [3/4] test "Test should fail"... FAIL (TestExpectedEqual)

I'm sorry I didn't catch that in my first PR.

In #10859 I moved the `test_node.end()` call after everything else has
been logged. Now the `test_fn.name` is printed by `Progress` itself,
making the additional log obsolete.
@Vexu Vexu merged commit 9ca3c89 into ziglang:master Feb 14, 2022
@SebastianKeller SebastianKeller deleted the fix_testrunner_log branch February 14, 2022 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants