Skip to content

Commit

Permalink
Makefile<l2>: /config.toml -> config.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
  • Loading branch information
lima-limon-inc committed Feb 27, 2025
1 parent 4750528 commit a6d1cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/l2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ci_test: ## 🚧 Runs the L2's integration test, used by the github's CI
docker compose -f ${ethrex_L2_DOCKER_COMPOSE_PATH} down
docker compose -f ${ethrex_L2_DOCKER_COMPOSE_PATH} up -d --build
touch .env
BRIDGE_ADDRESS=$$(grep 'bridge_address' /config.toml | cut -d= -f2 | sed 's/[" ]//'g) ON_CHAIN_PROPOSER_ADDRESS=$$(grep 'on_chain_proposer_address' /config.toml | cut -d= -f2 | sed 's/[" ]//'g) cargo test l2 --release -- --nocapture --test-threads=1
BRIDGE_ADDRESS=$$(grep 'bridge_address' config.toml | cut -d= -f2 | sed 's/[" ]//'g) ON_CHAIN_PROPOSER_ADDRESS=$$(grep 'on_chain_proposer_address' config.toml | cut -d= -f2 | sed 's/[" ]//'g) cargo test l2 --release -- --nocapture --test-threads=1
docker compose -f ${ethrex_L2_DOCKER_COMPOSE_PATH} down

test: ## 🚧 Runs the L2's integration test, run `make init` and in a new terminal make test
Expand Down

0 comments on commit a6d1cf1

Please sign in to comment.