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:
parent
eb9007c869
commit
98f000a6fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user