
#10449: Out-of-tree tests broken on MinGW + native Python due to quoting of config.compiler -------------------------------+------------------------------------------- Reporter: Rufflewind | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.10.1 Resolution: | Keywords: Operating System: Windows | Architecture: Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: #10441 | Differential Revisions: -------------------------------+------------------------------------------- Comment (by Rufflewind): Oops, what I said wasn't quite correct. The problem is actually that the quotes are ''escaped'': {{{ python run-tests.py -e 'config.compiler="\"/c/programs/ghc/ghc\""' }}} MinGW has no problem with single or double quotes. It's the ''escaped'' double quotes that cause problems. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10449#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler