Vaidation crash

2013-03-19 Thread Simon Peyton-Jones
I got this at the end of validation on Windows.  Any ideas?

Simon

Traceback (most recent call last):
  File ../driver/runtests.py, line 251, in module
execfile(file)
  File ./quasiquotation/T4491/test.T, line 7, in module
only_ways([config.ghc_th_way]),
AttributeError: TestConfig instance has no attribute 'ghc_th_way'
make[2]: Leaving directory `/c/code/HEAD/testsuite/tests'
make[1]: Leaving directory `/c/code/HEAD/testsuite/tests'
___
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs


Re: Vaidation crash

2013-03-19 Thread Ian Lynagh
On Tue, Mar 19, 2013 at 07:49:39AM +, Simon Peyton-Jones wrote:
 I got this at the end of validation on Windows.  Any ideas?
 
 AttributeError: TestConfig instance has no attribute 'ghc_th_way'

Sorry, my fault; I've just pushed a patch to fix it.


Thanks
Ian


___
ghc-devs mailing list
ghc-devs@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-devs