You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example ..........................***Failed 0.20 sec
[----] ../../../../src/testing/tests/example.c:44: Assertion Failed
[----]
[----] The file contents of __stderrp does not match the string "something else".
[----]
[FAIL] capturing_output::std_output_failure: (0.00s)
However, it would be much more helpful if it showed the output of stderr so I can see how it doesn't match.
The text was updated successfully, but these errors were encountered:
oliversheridanmethven
changed the title
cr_assert_std[out|err|_eq_str doesn't show both valuescr_assert_std[out|err]_eq_str doesn't show both values
Aug 7, 2023
If I were to write a failing test like:
The I get the following output:
However, it would be much more helpful if it showed the output of stderr so I can see how it doesn't match.
The text was updated successfully, but these errors were encountered: