[commit: ghc] wip/tdammers/T11066: testsuite: Fix incorrectly capitalized True in testlib.py (a0f8db4)
git at git.haskell.org
git at git.haskell.org
Wed May 30 10:46:43 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tdammers/T11066
Link : http://ghc.haskell.org/trac/ghc/changeset/a0f8db4d0f7bdba75b226abcc45913400e6c647f/ghc
>---------------------------------------------------------------
commit a0f8db4d0f7bdba75b226abcc45913400e6c647f
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
>---------------------------------------------------------------
a0f8db4d0f7bdba75b226abcc45913400e6c647f
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