mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Cleanup of test suite init.
This commit is contained in:
@@ -38,9 +38,6 @@ namespace // anonymous
|
||||
string getIPCSocketPath()
|
||||
{
|
||||
string ipcPath = dev::test::Options::get().ipcPath;
|
||||
if (ipcPath.empty())
|
||||
if (auto path = getenv("ETH_TEST_IPC"))
|
||||
ipcPath = path;
|
||||
if (ipcPath.empty())
|
||||
BOOST_FAIL("ERROR: ipcPath not set! (use --ipc <path> or the environment variable ETH_TEST_IPC)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user