mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not log dots in soltest on windows
This commit is contained in:
parent
fba3b84929
commit
92fb07c783
@ -111,9 +111,6 @@ string IPCSocket::sendRequest(string const& _req)
|
|||||||
if (!fSuccess)
|
if (!fSuccess)
|
||||||
BOOST_FAIL("ReadFile from pipe failed");
|
BOOST_FAIL("ReadFile from pipe failed");
|
||||||
|
|
||||||
// This is needed for Appveyor, otherwise it may terminate
|
|
||||||
// the session due to the inactivity.
|
|
||||||
cerr << ".";
|
|
||||||
return returnStr;
|
return returnStr;
|
||||||
#else
|
#else
|
||||||
send(m_socket, _req.c_str(), _req.length(), 0);
|
send(m_socket, _req.c_str(), _req.length(), 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user