From 92fb07c78319c256a01c6146d83a7c9c7419a240 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 8 Feb 2017 21:19:27 +0000 Subject: Do not log dots in soltest on windows --- test/RPCSession.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/RPCSession.cpp') 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); -- cgit