fix Windows desktop startup readiness (#1167)
* fix desktop startup readiness on windows * add manual desktop build workflow * hide Windows desktop server process window * hide Windows Python bridge worker windows * use no-window Python for Windows desktop CLI calls --------- Co-authored-by: xingzhi <chuzihao.czh@alibaba-inc.com>
This commit is contained in:
@@ -66,6 +66,10 @@ describe('gateway autostart status parsing', () => {
|
||||
}
|
||||
})
|
||||
|
||||
it('uses managed gateway autostart on Windows', () => {
|
||||
expect(shouldUseManagedGatewayRunForAutostart('win32')).toBe(true)
|
||||
})
|
||||
|
||||
it('detects managed gateway state files with a live pid', () => {
|
||||
const dir = mkdtempSync(join(tmpdir(), 'hermes-gateway-state-'))
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user