[commit: ghc] ghc-7.10: Cleanup test framework string formatting (dde3a23)
git at git.haskell.org
git at git.haskell.org
Wed Mar 11 21:07:04 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/dde3a2378e3961f7eed82d07d2f1e904878cc2b0/ghc
>---------------------------------------------------------------
commit dde3a2378e3961f7eed82d07d2f1e904878cc2b0
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Fri Mar 6 21:55:36 2015 +0100
Cleanup test framework string formatting
* Use format strings instead of string concatenation.
* Wrap `config.compiler`, `config.hpc` etc. in quotes in `mk/test.mk`, so we
don't have to in .T scripts and driver/testlib.py.
Update hpc submodule (test cleanup)
(cherry picked from commit 5258566ee5c89aa757b0cf1433169346319c018f)
>---------------------------------------------------------------
dde3a2378e3961f7eed82d07d2f1e904878cc2b0
libraries/hpc | 2 +-
testsuite/config/ghc | 4 +-
testsuite/driver/testlib.py | 92 ++++++++++++++++++++++-----------------------
testsuite/mk/test.mk | 16 +++++---
4 files changed, 57 insertions(+), 57 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc dde3a2378e3961f7eed82d07d2f1e904878cc2b0
More information about the ghc-commits
mailing list