From 2cbb6e1f1de12f7eab1c00f3da10fa43ecbf339d Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 20 Apr 2023 15:00:20 -0600 Subject: [PATCH] Add debug output Former-commit-id: 27d23144e4003fa131a7fc95b7f527848b6181ad --- tests/fixturenet-eth/run-test.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/fixturenet-eth/run-test.sh b/tests/fixturenet-eth/run-test.sh index 3fd4cd59..e187e22f 100755 --- a/tests/fixturenet-eth/run-test.sh +++ b/tests/fixturenet-eth/run-test.sh @@ -14,8 +14,12 @@ echo "Test version command" reported_version_string=$( $TEST_TARGET_SO version ) echo "Version reported is: ${reported_version_string}" echo "Cloning repositories into: $CERC_REPO_BASE_DIR" -$TEST_TARGET_SO --stack fixturenet-eth setup-repositories +$TEST_TARGET_SO --stack fixturenet-eth setup-repositories +echo "Building containers" $TEST_TARGET_SO --stack fixturenet-eth build-containers +echo "Images in registry:" +docker image ls +echo "Deploying the cluster" $TEST_TARGET_SO --stack fixturenet-eth deploy up # Verify that the fixturenet is up and running $TEST_TARGET_SO --stack fixturenet-eth deploy ps