diff options
author | chriseth <chris@ethereum.org> | 2017-02-09 17:30:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 17:30:03 +0800 |
commit | 1b7bb371eec07590177d6af75a90a1e29f3f9d3f (patch) | |
tree | 5c53534cf0e1ef5ed4a863675eb8ef52bbca6f79 /test | |
parent | 4c8d818826efa3274eb8ceab32e6dd655545617d (diff) | |
parent | 92fb07c78319c256a01c6146d83a7c9c7419a240 (diff) | |
download | dexon-solidity-1b7bb371eec07590177d6af75a90a1e29f3f9d3f.tar.gz dexon-solidity-1b7bb371eec07590177d6af75a90a1e29f3f9d3f.tar.zst dexon-solidity-1b7bb371eec07590177d6af75a90a1e29f3f9d3f.zip |
Merge pull request #1668 from ethereum/build-test-progress
Show progress in test builds
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); |