[commit: ghc] master: Cleanup test framework string formatting (5258566)
git at git.haskell.org
git at git.haskell.org
Wed Mar 11 18:04:40 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5258566ee5c89aa757b0cf1433169346319c018f/ghc
>---------------------------------------------------------------
commit 5258566ee5c89aa757b0cf1433169346319c018f
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)
Reviewers: austin
Differential Revision: https://phabricator.haskell.org/D718
>---------------------------------------------------------------
5258566ee5c89aa757b0cf1433169346319c018f
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 5258566ee5c89aa757b0cf1433169346319c018f
More information about the ghc-commits
mailing list