aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-08-06 17:37:52 +0800
committerchriseth <c@ethdev.com>2016-08-12 21:11:30 +0800
commit1bc0320811ef2b213bda0629b702bffae5e2f925 (patch)
treee3b2eaaa5eed840569d0ccf8445e85de05e258b8 /test/libsolidity
parent0d894a6832d21ba68f0f3d2fea66c8f4efc45815 (diff)
downloaddexon-solidity-1bc0320811ef2b213bda0629b702bffae5e2f925.tar
dexon-solidity-1bc0320811ef2b213bda0629b702bffae5e2f925.tar.gz
dexon-solidity-1bc0320811ef2b213bda0629b702bffae5e2f925.tar.bz2
dexon-solidity-1bc0320811ef2b213bda0629b702bffae5e2f925.tar.lz
dexon-solidity-1bc0320811ef2b213bda0629b702bffae5e2f925.tar.xz
dexon-solidity-1bc0320811ef2b213bda0629b702bffae5e2f925.tar.zst
dexon-solidity-1bc0320811ef2b213bda0629b702bffae5e2f925.zip
Cleanup of test suite init.
Diffstat (limited to 'test/libsolidity')
-rw-r--r--test/libsolidity/SolidityExecutionFramework.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/libsolidity/SolidityExecutionFramework.cpp b/test/libsolidity/SolidityExecutionFramework.cpp
index 921fd056..d0ee13c6 100644
--- a/test/libsolidity/SolidityExecutionFramework.cpp
+++ b/test/libsolidity/SolidityExecutionFramework.cpp
@@ -39,9 +39,6 @@ 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)");
return ipcPath;