[commit: ghc] master: testsuite: Fix incorrectly capitalized True in testlib.py (fa2d7e1)
git at git.haskell.org
git at git.haskell.org
Tue May 29 21:45:25 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fa2d7e1b75757bf1f6472f13ab5a09b13e778038/ghc
>---------------------------------------------------------------
commit fa2d7e1b75757bf1f6472f13ab5a09b13e778038
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue May 29 17:36:13 2018 -0400
testsuite: Fix incorrectly capitalized True in testlib.py
>---------------------------------------------------------------
fa2d7e1b75757bf1f6472f13ab5a09b13e778038
testsuite/driver/testlib.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index e63c118..6e86cdc 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -871,7 +871,7 @@ def do_test(name, way, func, args, files):
if_verbose(1, '** pre_cmd was "{0}". Running trace'.format(override_options(opts.pre_cmd)))
runCmd('cd "{0}" && strace {1}'.format(opts.testdir, override_options(opts.pre_cmd)),
stderr = subprocess.STDOUT,
- print_output = true)
+ print_output = True)
result = func(*[name,way] + args)
More information about the ghc-commits
mailing list