File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Resource ${CURDIR}/stackql.resource
33
44*** Test Cases ***
55MCP HTTP Server List Tools
6- Pass Execution If "%{IS_DEB_TEST } " == "true" Debian testing does not have the MCP client available
6+ Pass Execution If "%{IS_DEB_TEST=false } " == "true" Debian testing does not have the MCP client available
77 ${serverProcess } = Start Process ${STACKQL_EXE }
88 ... mcp
99 ... \-\-mcp.server.type\=http
@@ -18,5 +18,5 @@ MCP HTTP Server List Tools
1818 ... stderr=${CURDIR } /tmp/MCP-HTTP-Server-List-Tools-stderr.txt
1919 Should Contain ${result.stdout } Get server information
2020 Should Be Equal As Integers ${result.rc } 0
21- [Teardown] Terminate Process ${serverProcess } kill=True
21+ Terminate Process ${serverProcess } kill=True
2222
You can’t perform that action at this time.
0 commit comments