From f892d1b9a3af3d233894968ae87ebea96b1572eb Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 29 Aug 2016 16:21:49 +0400 Subject: rename --ipc to --ipcpath --- scripts/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/tests.sh') diff --git a/scripts/tests.sh b/scripts/tests.sh index f3bcf65f..93afd2d2 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -53,7 +53,7 @@ $ETH_PATH --test -d /tmp/test & while [ ! -S /tmp/test/geth.ipc ]; do sleep 2; done # And then run the Solidity unit-tests, pointing to that IPC endpoint. -"$REPO_ROOT"/build/test/soltest -- --ipc /tmp/test/geth.ipc +"$REPO_ROOT"/build/test/soltest -- --ipcpath /tmp/test/geth.ipc ERROR_CODE=$? pkill eth || true sleep 4 -- cgit