Gitweb links:

...log 
http://git.netsurf-browser.org/buildsystem.git/shortlog/ffc010bc1b8c2c38315b05b63e5bb0f8a72e67bc
...commit 
http://git.netsurf-browser.org/buildsystem.git/commit/ffc010bc1b8c2c38315b05b63e5bb0f8a72e67bc
...tree 
http://git.netsurf-browser.org/buildsystem.git/tree/ffc010bc1b8c2c38315b05b63e5bb0f8a72e67bc

The branch, tlsa/python-testrunner has been updated
       via  ffc010bc1b8c2c38315b05b63e5bb0f8a72e67bc (commit)
      from  c0152aae2d6741799a60782c56d4988b935275d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/buildsystem.git/commit/?id=ffc010bc1b8c2c38315b05b63e5bb0f8a72e67bc
commit ffc010bc1b8c2c38315b05b63e5bb0f8a72e67bc
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Python test runner: Don't need NULL in the Python version.

diff --git a/testtools/testrunner.py b/testtools/testrunner.py
index a2d3c3c..9d3aee8 100644
--- a/testtools/testrunner.py
+++ b/testtools/testrunner.py
@@ -38,7 +38,6 @@ if len(sys.argv) > 4:
 
 # Open log file and /dev/null
 LOG = open(os.path.join(builddir, "testlog"), "w")
-NULL = open(os.devnull, "r+")
 
 
 def run_test(test_exe, test_data):


-----------------------------------------------------------------------

Summary of changes:
 testtools/testrunner.py |    1 -
 1 file changed, 1 deletion(-)

diff --git a/testtools/testrunner.py b/testtools/testrunner.py
index a2d3c3c..9d3aee8 100644
--- a/testtools/testrunner.py
+++ b/testtools/testrunner.py
@@ -38,7 +38,6 @@ if len(sys.argv) > 4:
 
 # Open log file and /dev/null
 LOG = open(os.path.join(builddir, "testlog"), "w")
-NULL = open(os.devnull, "r+")
 
 
 def run_test(test_exe, test_data):


-- 
NetSurf Project build system

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to