From fae2438e97b5bcb24adc437558b9e83c062aa380 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 16 Aug 2023 15:45:19 -0600 Subject: [PATCH] Comment out stack status step --- tests/fixturenet-eth/run-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fixturenet-eth/run-test.sh b/tests/fixturenet-eth/run-test.sh index 97e1628b..42991e5a 100755 --- a/tests/fixturenet-eth/run-test.sh +++ b/tests/fixturenet-eth/run-test.sh @@ -22,8 +22,8 @@ $TEST_TARGET_SO --stack fixturenet-eth deploy up echo "$(date +"%Y-%m-%d %T"): Stack started" # Verify that the fixturenet is up and running $TEST_TARGET_SO --stack fixturenet-eth deploy ps -echo "$(date +"%Y-%m-%d %T"): Getting stack status" -$TEST_TARGET_SO --stack fixturenet-eth deploy exec fixturenet-eth-bootnode-lighthouse /scripts/status-internal.sh +# echo "$(date +"%Y-%m-%d %T"): Getting stack status" +# $TEST_TARGET_SO --stack fixturenet-eth deploy exec fixturenet-eth-bootnode-lighthouse /scripts/status-internal.sh echo "$(date +"%Y-%m-%d %T"): Getting initial block number" initial_block_number=$($TEST_TARGET_SO --stack fixturenet-eth deploy exec foundry "cast block-number") # Check that the block number increases some time later