Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/496ef43e8c131a28a906eecfeedc2e88f4a15f68

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

commit 496ef43e8c131a28a906eecfeedc2e88f4a15f68
Author: Ian Lynagh <[email protected]>
Date:   Tue May 1 00:58:49 2012 +0100

    Allow OS-specific test outputs in the driver

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

 driver/testlib.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/driver/testlib.py b/driver/testlib.py
index dfb50ec..cf3c6cb 100644
--- a/driver/testlib.py
+++ b/driver/testlib.py
@@ -1988,6 +1988,7 @@ def platform_wordsize_qualify( name, suff ):
 
     paths = [(platformSpecific, basepath + comp + vers + ws + plat)
              for (platformSpecific, plat) in [(1, '-' + config.platform),
+                                              (1, '-' + config.os),
                                               (0, '')]
              for ws   in ['-ws-' + config.wordsize, '']
              for comp in ['-' + config.compiler_type, '']



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to