Some more test fixes.

This commit is contained in:
chriseth
2016-06-28 23:18:55 +02:00
parent e5db096da9
commit c0bbd1cfe5
3 changed files with 6 additions and 5 deletions
@@ -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;
}