You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/01/10 17:06:53 UTC

[couchdb] 01/01: Remove debug logging from test/javascript/run

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch fix-javascript-junit-debug-logging
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 17bc047d5e9430bdd49cf0437a3542d2aa4457fe
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Fri Jan 10 11:06:28 2020 -0600

    Remove debug logging from test/javascript/run
---
 test/javascript/run | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/javascript/run b/test/javascript/run
index 761fa45..d60179e 100755
--- a/test/javascript/run
+++ b/test/javascript/run
@@ -119,7 +119,6 @@ def write_junit(filename, total_time, results):
     doc.appendChild(root)
 
     for (path, rc, output, test_time) in results:
-        sys.stderr.write("WHUT? %r\n" % output)
         name = os.path.split(path)[-1]
         tc = doc.createElement("testcase")
         tc.setAttribute("name", name)