mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
fix windows
This commit is contained in:
parent
6c1cd074f2
commit
998016ce03
1 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ func (task *task) run(t *testing.T) (returnErr error) {
|
||||||
fmt.Sprintf("%d", port),
|
fmt.Sprintf("%d", port),
|
||||||
"--ws.api",
|
"--ws.api",
|
||||||
"admin,eth,web3,debug",
|
"admin,eth,web3,debug",
|
||||||
|
"--ipcpath",
|
||||||
|
filepath.Join(datadir, "geth.ipc"),
|
||||||
}
|
}
|
||||||
g := runGeth(t, args...)
|
g := runGeth(t, args...)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue