mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
test-reproducibility: coloured messages
This commit is contained in:
parent
4818685c39
commit
5fcfa70be4
4
Makefile
4
Makefile
@ -135,8 +135,8 @@ test-reproducibility:
|
||||
rm -rf nimcache/*/nimbus && \
|
||||
$(MAKE) V=0 nimbus && \
|
||||
MD5SUM2=$$($(MD5SUM) build/nimbus | cut -d ' ' -f 1) && \
|
||||
[ "$$MD5SUM1" = "$$MD5SUM2" ] && echo "Success: identical binaries." || \
|
||||
{ echo "Failure: the binary changed between builds."; exit 1; }
|
||||
[ "$$MD5SUM1" = "$$MD5SUM2" ] && echo -e "\e[92mSuccess: identical binaries.\e[39m" || \
|
||||
{ echo -e "\e[91mFailure: the binary changed between builds.\e[39m"; exit 1; }
|
||||
|
||||
# usual cleaning
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user