Gitweb links:

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

The branch, master has been updated
       via  d4b3889227a4ea507f9b419f893effbc76146868 (commit)
      from  ceefe452052c58ee092da5cdc9c505c3b84f0392 (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/netsurf.git/commit/?id=d4b3889227a4ea507f9b419f893effbc76146868
commit d4b3889227a4ea507f9b419f893effbc76146868
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Automated testing output: Show description differently from test lines.

diff --git a/test/monkey-see-monkey-do b/test/monkey-see-monkey-do
index 2733e6f..b14e074 100755
--- a/test/monkey-see-monkey-do
+++ b/test/monkey-see-monkey-do
@@ -56,7 +56,7 @@ ret = 0
 for test in test_set:
     if test["kind"] == 'group':
         print("Start group: {}".format(test["group"]))
-        print("  => {}".format(test["description"]))
+        print("  [ {} ]".format(test["description"]))
     elif test["kind"] == 'test':
         print("  => Run test: {}".format(test["filename"]))
         ret = run_test(test["content"])


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

Summary of changes:
 test/monkey-see-monkey-do |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/monkey-see-monkey-do b/test/monkey-see-monkey-do
index 2733e6f..b14e074 100755
--- a/test/monkey-see-monkey-do
+++ b/test/monkey-see-monkey-do
@@ -56,7 +56,7 @@ ret = 0
 for test in test_set:
     if test["kind"] == 'group':
         print("Start group: {}".format(test["group"]))
-        print("  => {}".format(test["description"]))
+        print("  [ {} ]".format(test["description"]))
     elif test["kind"] == 'test':
         print("  => Run test: {}".format(test["filename"]))
         ret = run_test(test["content"])


-- 
NetSurf Browser

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

Reply via email to