We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If one test in make test-cmd fails it just shows following message:
make test-cmd
FAIL: converted output does not match
It is quite annoying to debug why this test is failing because you have to run it again manually to catch output and do diff with the expected output.
diff
Diff should be shown automatically for.
The text was updated successfully, but these errors were encountered:
I totally agree. It's annoying to not know what's exactly wrong between the two 👎
Sorry, something went wrong.
taking this up :)
@cdrage @kadel we can close this as #638 is merged now
surajnarwade
No branches or pull requests
If one test in
make test-cmd
fails it just shows following message:It is quite annoying to debug why this test is failing because you have to run it again manually to catch output and do
diff
with the expected output.Diff should be shown automatically for.
The text was updated successfully, but these errors were encountered: