Skip to content

Commit 6124dd9

Browse files
committed
test: debug integration test
1 parent a4ccb41 commit 6124dd9

File tree

1 file changed

+5
-1
lines changed
  • testcases/ground-to-cloud

1 file changed

+5
-1
lines changed

testcases/ground-to-cloud/run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ echo "MCP server started with PID: $MCP_PID"
4545
echo "Waiting a moment for server to initialize..."
4646
sleep 20
4747

48+
echo "====== MCP Server Output ======"
49+
cat mcp_server_output.log
50+
echo "====== End of initial MCP Server Output ======"
51+
4852
echo "Running integration test..."
4953
MCP_SERVER_NAME="$MCP_SERVER_NAME" uv run test.py
5054

@@ -57,4 +61,4 @@ cat mcp_server_output.log
5761
echo "Test completed with exit code: $TEST_EXIT_CODE"
5862

5963
# Cleanup will happen automatically due to trap
60-
exit $TEST_EXIT_CODE
64+
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)