[commit: ghc] wip/fix-whitespace: testsuite: Fix whitespace in hp2ps error message (efeae3f)

git at git.haskell.org git at git.haskell.org
Sat Feb 23 19:22:41 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/fix-whitespace
Link       : http://ghc.haskell.org/trac/ghc/changeset/efeae3f96e32015dfd984a581d178679449f09ed/ghc

>---------------------------------------------------------------

commit efeae3f96e32015dfd984a581d178679449f09ed
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Feb 22 12:29:35 2019 -0500

    testsuite: Fix whitespace in hp2ps error message


>---------------------------------------------------------------

efeae3f96e32015dfd984a581d178679449f09ed
 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 c09d02a..132c10a 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -1566,7 +1566,7 @@ def check_hp_ok(name):
                 if (gsResult == 0):
                     return (True)
                 else:
-                    print("hp2ps output for " + name + "is not valid PostScript")
+                    print("hp2ps output for " + name + " is not valid PostScript")
             else: return (True) # assume postscript is valid without ghostscript
         else:
             print("hp2ps did not generate PostScript for " + name)



More information about the ghc-commits mailing list