diff options
author | chriseth <c@ethdev.com> | 2016-08-06 17:37:52 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-12 21:11:30 +0800 |
commit | 1bc0320811ef2b213bda0629b702bffae5e2f925 (patch) | |
tree | e3b2eaaa5eed840569d0ccf8445e85de05e258b8 /test/libsolidity | |
parent | 0d894a6832d21ba68f0f3d2fea66c8f4efc45815 (diff) | |
download | dexon-solidity-1bc0320811ef2b213bda0629b702bffae5e2f925.tar.gz 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.cpp | 3 |
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; |