Skip to content

Commit

Permalink
Use L2OutputOracle in celo e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Jul 4, 2024
1 parent 3cf11a6 commit 8c008bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/celo/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TEST_GLOB=$1
## Start geth
cd "$SCRIPT_DIR/../.." || exit 1
trap 'cd "$SCRIPT_DIR/../.." && make devnet-down' EXIT # kill bg job at exit
DEVNET_CELO=true make devnet-up
DEVNET_L2OO=true DEVNET_CELO=true make devnet-up

# Wait for geth to be ready
for _ in {1..10}; do
Expand Down

0 comments on commit 8c008bb

Please sign in to comment.