yocto-cooker
yocto-cooker copied to clipboard
Hard to find failed test case
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:
- make some modification in test/basic/show/build-output.ref
- run the test with
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.