#4376: Unexpected failures in testsuite due to .ghci
----------------------------------+-----------------------------------------
    Reporter:  daniel.is.fischer  |       Owner:              
        Type:  bug                |      Status:  new         
    Priority:  normal             |   Component:  Test Suite  
     Version:  7.1                |    Keywords:              
    Testcase:                     |   Blockedby:              
          Os:  Unknown/Multiple   |    Blocking:              
Architecture:  Unknown/Multiple   |     Failure:  None/Unknown
----------------------------------+-----------------------------------------

Comment(by daniel.is.fischer):

 Hmm, actually, in testsuite/driver/testlib.py, it seems to be passed in
 {{{
 def ghci_script( name, way, script ):
 ...
    cmd = "HC='" + config.compiler + "' " + \
           "HC_OPTS='" + join(flags,' ') + "' " + \
           "'" + config.compiler + "'" + \
           ' --interactive -v0 -ignore-dot-ghci ' + \
           join(flags,' ')
 }}}
 Nevertheless, apparently .ghci is not ignored.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4376#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to