Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele committed Jun 28, 2024
1 parent b328641 commit 265f1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ deploy:
network-qbft:
docker compose up --wait -d qbft-testchain0 qbft-testchain1
sleep 5
docker exec -it e2e-qbft-testchain0-1 cat /proc/net/tcp
docker exec -it e2e-qbft-testchain1-1 cat /proc/net/tcp6
docker compose exec -T qbft-testchain0 cat /proc/net/tcp
docker compose exec -T qbft-testchain0 cat /proc/net/tcp6

.PHONY: network-ibft2
network-ibft2:
Expand Down

0 comments on commit 265f1c4

Please sign in to comment.