From 998016ce037219893249f9b0e2f39dff56f3df4c Mon Sep 17 00:00:00 2001 From: mmsqe Date: Sun, 18 May 2025 21:23:09 +0800 Subject: [PATCH] fix windows --- cmd/geth/lag_between_tx_inclusion_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/geth/lag_between_tx_inclusion_test.go b/cmd/geth/lag_between_tx_inclusion_test.go index 28904ca830..f1681fbfed 100644 --- a/cmd/geth/lag_between_tx_inclusion_test.go +++ b/cmd/geth/lag_between_tx_inclusion_test.go @@ -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...)