[commit: ghc] wip/junit-fix: try removing the underscore (19ae47a)

git at git.haskell.org git at git.haskell.org
Sat Feb 16 10:32:51 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/junit-fix
Link       : http://ghc.haskell.org/trac/ghc/changeset/19ae47a4c715c406f8082b14cebc5bbc41734e6d/ghc

>---------------------------------------------------------------

commit 19ae47a4c715c406f8082b14cebc5bbc41734e6d
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Fri Feb 15 10:37:07 2019 +0000

    try removing the underscore


>---------------------------------------------------------------

19ae47a4c715c406f8082b14cebc5bbc41734e6d
 testsuite/driver/junit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/driver/junit.py b/testsuite/driver/junit.py
index d376a06..824b64c 100644
--- a/testsuite/driver/junit.py
+++ b/testsuite/driver/junit.py
@@ -15,7 +15,7 @@ def junit(t):
 
     for res_type, group in [('stat failure', t.unexpected_stat_failures),
                             ('unexpected failure', t.unexpected_failures),
-                            ('unexpected_passes', t.unexpected_passes)]:
+                            ('unexpected passes', t.unexpected_passes)]:
         for tr in group:
             testcase = ET.SubElement(testsuite, 'testcase',
                                      classname = tr.way,



More information about the ghc-commits mailing list