Displaying 1 result from an estimated 1 matches for "filecheck_super_verbose".
2018 Jul 13
3
Super-verbose failure mode for FileCheck
...t be useful to have an optional, off-by-default mode for FileCheck, turned on by an environment variable,
which would save all the input it gets, and then dump it on failure?
I also wish we could get a
The test case I imagine would be to run:
ninja check-X
note the failure,
and then rerun:
env FILECHECK_SUPER_VERBOSE=1 ninja check-X
Thoughts?
George