Skip to content

Commit 98f000a

Browse files
committed
diffchecks.sh: Make success clear and exit with failure on error
1 parent eb9007c commit 98f000a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/diffcheck.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ if git checkout HEAD^ && scripts/buildtable.pl >/tmp/table.mediawiki 2>/dev/null
99
echo "$newdiff"
1010
exit 1
1111
fi
12+
echo "README table matches expected table from BIP files"
1213
else
1314
echo 'Cannot build previous commit table for comparison'
15+
exit 1
1416
fi

0 commit comments

Comments
 (0)