[Git][ghc/ghc][wip/angerman/cross-test-suite] .
Moritz Angermann
gitlab at gitlab.haskell.org
Fri Aug 7 04:48:33 UTC 2020
Moritz Angermann pushed to branch wip/angerman/cross-test-suite at Glasgow Haskell Compiler / GHC
Commits:
9e856205 by Moritz Angermann at 2020-08-07T12:48:11+08:00
.
- - - - -
1 changed file:
- testsuite/driver/testlib.py
Changes:
=====================================
testsuite/driver/testlib.py
=====================================
@@ -1693,7 +1693,7 @@ def simple_run(name: TestName, way: WayName, prog: str, extra_run_opts: str) ->
if config.test_wrapper is None:
test_wrapper = ""
else:
- test_wrapper = "{config.test_wrapper} ".format(**locals)
+ test_wrapper = "{config.test_wrapper} ".format(**locals())
# if cmd looks like we want to execute something, run it through
# the command wrapper.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9e856205588945585903eb26a9d970c350aa09a8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9e856205588945585903eb26a9d970c350aa09a8
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200807/c3798485/attachment-0001.html>
More information about the ghc-commits
mailing list