show value that caused a test to fail #173
Replies: 2 comments
-
Here's a slightly less hacky version:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
addressed a #185 => closed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When debugging a failed test (from the make file), I was interested in the incorrect value which was returned instead of the expected one
(since that would give me an error code).
A quick hack got me the information I needed but I suspect there should be a better way to do this.
Here are my changes to fth/t_tools.fth:
Essentially I did not find an obvious way to concatenate strings.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions