Skip to content

Commit

Permalink
Add more debugging
Browse files Browse the repository at this point in the history
Former-commit-id: e8ec090
  • Loading branch information
dboreham authored Apr 20, 2023
1 parent f5acbd1 commit 2b8eccf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/smoke-test/run-smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ set -e
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
set -x
fi
# Dump environment variables for debugging
echo "Environment variables:"
env
# Basic simple test of stack-orchestrator functionality
echo "Running stack-orchestrator smoke test"
# Bit of a hack, test the most recent package
Expand All @@ -25,7 +28,7 @@ $TEST_TARGET_SO --stack test build-containers
# Build one example containers
$TEST_TARGET_SO build-containers --include cerc/builder-js
echo "Images in the local registry:"
docker image ls
docker image ls -a
# Deploy the test container
$TEST_TARGET_SO --stack test deploy-system up
# TODO: test that we can use the deployed container somehow
Expand Down

0 comments on commit 2b8eccf

Please sign in to comment.