We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7093ed4 + 35b101a commit 83c8424Copy full SHA for 83c8424
utils/test-compare-two-versions.sh
@@ -54,7 +54,7 @@ function show_diff() {
54
#git remote add rolando "$outdir/rolando"
55
#git fetch rolando
56
# git diff --stat rolando/master..
57
- if diff -Naur --exclude=.git --ignore-matching-lines='^\s*id\s*=.*' "$v1" "$v2" >| "$diff_full"; then
+ if diff -Naur --exclude=.git --ignore-matching-lines='^\s*\(id\s*=.*\|"HeudiconvVersion": \)' "$v1" "$v2" >| "$diff_full"; then
58
echo "Results are identical"
59
else
60
echo "Results differ: $diff_full"
0 commit comments