diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-09 05:19:27 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-09 05:51:10 +0800 |
commit | 92fb07c78319c256a01c6146d83a7c9c7419a240 (patch) | |
tree | 4a35f45126c6972561fd373fb7e03dcd5eb374a5 /test | |
parent | fba3b849293c7c88f0d11316b97edeb55c44f173 (diff) | |
download | dexon-solidity-92fb07c78319c256a01c6146d83a7c9c7419a240.tar.gz dexon-solidity-92fb07c78319c256a01c6146d83a7c9c7419a240.tar.zst dexon-solidity-92fb07c78319c256a01c6146d83a7c9c7419a240.zip |
Do not log dots in soltest on windows
Diffstat (limited to 'test')
-rw-r--r-- | test/RPCSession.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/RPCSession.cpp b/test/RPCSession.cpp index 5cd1bc7e..968d77b1 100644 --- a/test/RPCSession.cpp +++ b/test/RPCSession.cpp @@ -111,9 +111,6 @@ string IPCSocket::sendRequest(string const& _req) if (!fSuccess) BOOST_FAIL("ReadFile from pipe failed"); - // This is needed for Appveyor, otherwise it may terminate - // the session due to the inactivity. - cerr << "."; return returnStr; #else send(m_socket, _req.c_str(), _req.length(), 0); |