]> code.delx.au - offlineimap/commitdiff
Slight display tweak
authorJohn Goerzen <jgoerzen@complete.org>
Tue, 12 Aug 2008 15:02:44 +0000 (10:02 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Tue, 12 Aug 2008 15:02:44 +0000 (10:02 -0500)
testsrc/TestInfrastructure.hs

index 255a2328bef2e092dd76fa4f2d046ad1ef79b923..0cd54100010dc7923f8612a9e3cf03309596f270 100644 (file)
@@ -70,7 +70,8 @@ runVerbTestText (HU.PutText put us) t = do
   us'' <- put (HU.showCounts counts) True us'
   return (counts, us'')
  where
-  reportStart ss us = do hPrintf stdout "\rTesting %-68s\n" (HU.showPath (HU.path ss))
+  reportStart ss us = do hPrintf stdout "\rTesting %-70s\n"
+                                     (HU.showPath (HU.path ss))
                          put (HU.showCounts (HU.counts ss)) False us
   reportError   = reportProblem "Error:"   "Error in:   "
   reportFailure = reportProblem "Failure:" "Failure in: "