We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fec6c7 commit 3f74fbdCopy full SHA for 3f74fbd
src/test/run-make-fulldeps/coverage-reports/Makefile
@@ -172,7 +172,7 @@ else
172
# files are redundant, so there is no need to generate `expected_*.json` files or
173
# compare actual JSON results.)
174
175
- $(DIFF) --ignore-matching-lines='::<.*>.*:$$' \
+ $(DIFF) --ignore-matching-lines='^ | .*::<.*>.*:$' --ignore-matching-lines='^ | <.*>::.*:$' \
176
expected_show_coverage.$@.txt "$(TMPDIR)"/actual_show_coverage.$@.txt || \
177
( grep -q '^\/\/ ignore-llvm-cov-show-diffs' $(SOURCEDIR)/$@.rs && \
178
>&2 echo 'diff failed, but suppressed with `// ignore-llvm-cov-show-diffs` in $(SOURCEDIR)/$@.rs' \
0 commit comments