]> code.delx.au - offlineimap/blobdiff - testsrc/TestInfrastructure.hs
Write to stdout instead of stderr to resolve display issues
[offlineimap] / 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: "