-
Notifications
You must be signed in to change notification settings - Fork 1.1k
partest-only --show-diff does not show diff #609
New issue
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
Comments
running with
|
--verbose will print the transcript of all failed tests at the end. It does print diffs. I'll investigate why show-diff doesn't work. |
Enables printing of diffs after test failure and a more summary in the end of test suite. Diffs do not work yet #609
Fixed --show-diff in #612 @DarkDimius I don't see the interest in having both --show-diff and --verbose, as --verbose will print the diff and also other error output (e.g. compiler output if compilation failed)? So I would suggest removing --show-diff from this PR. |
Enables printing of diffs after test failure and a more summary in the end of test suite. Diffs do not work yet #609
Fix --show-diff for partest issue #609
The text was updated successfully, but these errors were encountered: