mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00: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"
|
echo "$newdiff"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo "README table matches expected table from BIP files"
|
||||||
else
|
else
|
||||||
echo 'Cannot build previous commit table for comparison'
|
echo 'Cannot build previous commit table for comparison'
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user