[Git][ghc/ghc][wip/junit-fixes] Fix

Ben Gamari gitlab at gitlab.haskell.org
Sun Jun 23 13:46:29 UTC 2019



Ben Gamari pushed to branch wip/junit-fixes at Glasgow Haskell Compiler / GHC


Commits:
337c2b04 by Ben Gamari at 2019-06-23T13:46:20Z
Fix

- - - - -


1 changed file:

- testsuite/driver/testlib.py


Changes:

=====================================
testsuite/driver/testlib.py
=====================================
@@ -1310,7 +1310,7 @@ def extras_build( way, extra_mods, extra_hc_opts ):
     for mod, opts in extra_mods:
         result = simple_build(mod, way, opts + ' ' + extra_hc_opts, 0, '', 0, 0)
         if not (mod.endswith('.hs') or mod.endswith('.lhs')):
-            extra_hc_opts += ' ' + Path(mod).with_suffix('o')
+            extra_hc_opts += ' ' + Path(mod).with_suffix('.o')
         if badResult(result):
             return result
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/337c2b0495ca05858bba042810b18725ce153f42

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/337c2b0495ca05858bba042810b18725ce153f42
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190623/d5397abe/attachment-0001.html>


More information about the ghc-commits mailing list