fix windows

This commit is contained in:
mmsqe 2025-05-18 21:23:09 +08:00
parent 6c1cd074f2
commit 998016ce03
No known key found for this signature in database
GPG key ID: 58B026FDE1D47518

View file

@ -119,6 +119,8 @@ func (task *task) run(t *testing.T) (returnErr error) {
fmt.Sprintf("%d", port),
"--ws.api",
"admin,eth,web3,debug",
"--ipcpath",
filepath.Join(datadir, "geth.ipc"),
}
g := runGeth(t, args...)