aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-06-21 07:39:06 +0800
committerchriseth <c@ethdev.com>2016-06-29 05:18:55 +0800
commitc0bbd1cfe592144df5769f0313a2b0d418ef720f (patch)
tree1ee5a03b0420c00e0e6a72f4b9809c5e3fce8cc9 /test/libsolidity
parente5db096da9a2bfb3e6445b2d89cf730c7e22dc6d (diff)
downloaddexon-solidity-c0bbd1cfe592144df5769f0313a2b0d418ef720f.tar
dexon-solidity-c0bbd1cfe592144df5769f0313a2b0d418ef720f.tar.gz
dexon-solidity-c0bbd1cfe592144df5769f0313a2b0d418ef720f.tar.bz2
dexon-solidity-c0bbd1cfe592144df5769f0313a2b0d418ef720f.tar.lz
dexon-solidity-c0bbd1cfe592144df5769f0313a2b0d418ef720f.tar.xz
dexon-solidity-c0bbd1cfe592144df5769f0313a2b0d418ef720f.tar.zst
dexon-solidity-c0bbd1cfe592144df5769f0313a2b0d418ef720f.zip
Some more test fixes.
Diffstat (limited to 'test/libsolidity')
-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 efd3a8b8..da9cf5f1 100644
--- a/test/libsolidity/SolidityExecutionFramework.cpp
+++ b/test/libsolidity/SolidityExecutionFramework.cpp
@@ -48,7 +48,7 @@ string getIPCSocketPath()
if (auto path = getenv("ETH_TEST_IPC"))
ipcPath = path;
if (ipcPath.empty())
- BOOST_FAIL("ERROR: ipcPath not set! (use --ipc <path>)");
+ BOOST_FAIL("ERROR: ipcPath not set! (use --ipc <path> or the environment variable ETH_TEST_IPC)");
return ipcPath;
}