Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6c381a1da432a43b772a4c134e40601949ee5689 >--------------------------------------------------------------- commit 6c381a1da432a43b772a4c134e40601949ee5689 Author: Simon Marlow <[email protected]> Date: Wed Jul 20 10:46:34 2011 +0100 fix 5313 when BINDIST=YES (need some quoting) >--------------------------------------------------------------- tests/ghc-regress/driver/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/driver/all.T b/tests/ghc-regress/driver/all.T index 130bf3b..1907087 100644 --- a/tests/ghc-regress/driver/all.T +++ b/tests/ghc-regress/driver/all.T @@ -307,7 +307,7 @@ p = subprocess.Popen([config.compiler, "--print-libdir"], stdout=subprocess.PIPE libdir = chop(p.stdout.read()) p.stdout.close -test('5313', extra_run_opts(libdir), compile_and_run, ['-package ghc']) +test('5313', extra_run_opts('"' + libdir + '"'), compile_and_run, ['-package ghc']) test('2464', normal, compile, ['']) test('3674', ignore_output, run_command, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
