windows support for plugin ipc (#7251)
* windows support for plugin ipc * unix test fix
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
42c6686602
Коммит
f720288c10
@@ -29,7 +29,7 @@ func TestProcess(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
defer os.RemoveAll(dir)
|
||||
|
||||
ping := filepath.Join(dir, "ping")
|
||||
ping := filepath.Join(dir, "ping.exe")
|
||||
compileGo(t, `
|
||||
package main
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user