Skip to content

Commit

Permalink
tests: fix evm-test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBSC committed Jul 31, 2024
1 parent 00cac12 commit 6a005f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run-evm-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

cd ..
git apply tests/0001-diff-go-ethereum.patch
cd tests
Expand All @@ -11,4 +13,5 @@ echo "PASS",$PASS,"FAIL",$FAIL
if [ $FAIL -ne 0 ]
then
cat fail.log
exit 1
fi

0 comments on commit 6a005f6

Please sign in to comment.