mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
rename --ipc to --ipcpath
This commit is contained in:
@@ -39,7 +39,7 @@ string getIPCSocketPath()
|
||||
{
|
||||
string ipcPath = dev::test::Options::get().ipcPath;
|
||||
if (ipcPath.empty())
|
||||
BOOST_FAIL("ERROR: ipcPath not set! (use --ipc <path> or the environment variable ETH_TEST_IPC)");
|
||||
BOOST_FAIL("ERROR: ipcPath not set! (use --ipcpath <path> or the environment variable ETH_TEST_IPC)");
|
||||
|
||||
return ipcPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user