Merge pull request #947 from winsvega/soltest

rename --ipc to --ipcpath
This commit is contained in:
winsvega
2016-08-31 12:45:36 +03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -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;
}