1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 21:35:13 +01:00

diffchecks.sh: Make success clear and exit with failure on error

This commit is contained in:
Ava Chow 2024-04-24 19:11:06 -04:00
parent eb9007c869
commit 98f000a6fb

View File

@ -9,6 +9,8 @@ if git checkout HEAD^ && scripts/buildtable.pl >/tmp/table.mediawiki 2>/dev/null
echo "$newdiff"
exit 1
fi
echo "README table matches expected table from BIP files"
else
echo 'Cannot build previous commit table for comparison'
exit 1
fi