Skip to content

Commit 83c8424

Browse files
authored
Merge pull request #685 from dbic/enh-compare
test-compare-two-versions.sh: also ignore differences in HeudiconvVersion field in jsons since we have it there now
2 parents 7093ed4 + 35b101a commit 83c8424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/test-compare-two-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function show_diff() {
5454
#git remote add rolando "$outdir/rolando"
5555
#git fetch rolando
5656
# git diff --stat rolando/master..
57-
if diff -Naur --exclude=.git --ignore-matching-lines='^\s*id\s*=.*' "$v1" "$v2" >| "$diff_full"; then
57+
if diff -Naur --exclude=.git --ignore-matching-lines='^\s*\(id\s*=.*\|"HeudiconvVersion": \)' "$v1" "$v2" >| "$diff_full"; then
5858
echo "Results are identical"
5959
else
6060
echo "Results differ: $diff_full"

0 commit comments

Comments
 (0)