Skip to content

Commit

Permalink
Improve DPS test behavior with GHA problem matcher (CleverRaven#50125)
Browse files Browse the repository at this point in the history
The problem matchers with GitHub actions are meant to make seeing errors
in tests easier, without having to navigate through the somewhat clumsy
interface to find the errors.
However, because the CHECK does not include the name of the item, this
is still required.
Move the CHECK to be on the line with the item name, so it is not
necessary to go through the clumsy GHA interface.

This does mean the test will not print failures and the expected value
to stdout. I think that being more compatible with the GHA problem
matchers is worth making this slightly more annoying to manually run.
  • Loading branch information
anothersimulacrum authored Jul 23, 2021
1 parent 6d52144 commit 8717cb8
Showing 1 changed file with 203 additions and 207 deletions.
Loading

0 comments on commit 8717cb8

Please sign in to comment.