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
When running a test case, the output is checked with diff. It does not print the file in concern and so it's hard to know which file it is.
diff
Example:
ctest -VV -R show
We have the diff but not the file name
I have not found any option in diff to print the file name. Maybe we can wrap diff to print the file name in case of error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running a test case, the output is checked with
diff
. It does not print the file in concern and so it's hard to know which file it is.Example:
ctest -VV -R show
We have the diff but not the file name
I have not found any option in diff to print the file name. Maybe we can wrap diff to print the file name in case of error.
The text was updated successfully, but these errors were encountered: