aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityExecutionFramework.cpp
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2016-08-29 20:21:49 +0800
committerDimitry <dimitry@ethdev.com>2016-08-29 20:21:49 +0800
commitf892d1b9a3af3d233894968ae87ebea96b1572eb (patch)
tree4b8dcc7b89604861e56b9c4b9cd06f2d587ff1fb /test/libsolidity/SolidityExecutionFramework.cpp
parentc2665dc2fe0e7e973ae599ac7010fa6939ebd20f (diff)
downloaddexon-solidity-f892d1b9a3af3d233894968ae87ebea96b1572eb.tar.gz
dexon-solidity-f892d1b9a3af3d233894968ae87ebea96b1572eb.tar.zst
dexon-solidity-f892d1b9a3af3d233894968ae87ebea96b1572eb.zip
rename --ipc to --ipcpath
Diffstat (limited to 'test/libsolidity/SolidityExecutionFramework.cpp')
-rw-r--r--test/libsolidity/SolidityExecutionFramework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityExecutionFramework.cpp b/test/libsolidity/SolidityExecutionFramework.cpp
index d0ee13c6..02548121 100644
--- a/test/libsolidity/SolidityExecutionFramework.cpp
+++ b/test/libsolidity/SolidityExecutionFramework.cpp
@@ -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;
}