]> code.delx.au - offlineimap/commitdiff
Write to stdout instead of stderr to resolve display issues
authorJohn Goerzen <jgoerzen@complete.org>
Tue, 12 Aug 2008 02:52:12 +0000 (21:52 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Tue, 12 Aug 2008 02:52:12 +0000 (21:52 -0500)
testsrc/TestInfrastructure.hs

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