Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into anorth/removecc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 authored Dec 20, 2021
2 parents 95c4f87 + 97a6ac1 commit 09c7d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ determinism-check:
SPECS_ACTORS_DETERMINISM="$(TEST_VECTOR_PATH)/determinism" $(GO_BIN) test ./actors/test -count=1
$(GO_BIN) build ./test-vectors/tools/digest

if [ "`./digest ./test-vectors/determinism`" != "`cat ./test-vectors/determinism-check`" ]; then \
@if [ "`./digest ./test-vectors/determinism`" != "`cat ./test-vectors/determinism-check`" ]; then \
echo "test-vectors don't match expected";\
exit 1;\
fi
Expand Down

0 comments on commit 09c7d61

Please sign in to comment.