[commit: ghc] wip/T13633, wip/non-det-ci: testsuite: Fix whitespace in hp2ps error message (6ba3421)

git at git.haskell.org git at git.haskell.org
Sun Feb 24 20:55:13 UTC 2019


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

On branches: wip/T13633,wip/non-det-ci
Link       : http://ghc.haskell.org/trac/ghc/changeset/6ba3421efd1caf469e30ce53fef8c5406adde357/ghc

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

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

    testsuite: Fix whitespace in hp2ps error message


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

6ba3421efd1caf469e30ce53fef8c5406adde357
 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 11c828c..edd43fb 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -1601,7 +1601,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