From 849bb0a4f18a649fc766551442d707aef6673d58 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 25 Jun 2024 01:07:45 +0800 Subject: [PATCH] fix command --- tests/fixturenet-plugeth-stack/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixturenet-plugeth-stack/run-test.sh b/tests/fixturenet-plugeth-stack/run-test.sh index 19853c2..aa64861 100755 --- a/tests/fixturenet-plugeth-stack/run-test.sh +++ b/tests/fixturenet-plugeth-stack/run-test.sh @@ -69,7 +69,7 @@ echo "deploy create test: passed" $SO_COMMAND deployment --dir $test_deployment_dir start -geth_endpoint=localhost:$($SO_COMMAND deployment --dir $test_deployment_dir ports fixturenet-eth-geth-1 8545 | cut -d: -f2) +geth_endpoint=localhost:$($SO_COMMAND deployment --dir $test_deployment_dir port fixturenet-eth-geth-1 8545 | cut -d: -f2) timeout=900 # 15 minutes log_info "Getting initial block number. Timeout set to $timeout seconds"