On 2016-09-02 14:14, José Mejuto wrote:
>  but if I use the writeln this 
> information will pollute the generated XML to stdout.

Why not specify a output file for the generated XML, instead of letting
it go to stdout. Run the FPCUnit console test application with the -h
parameter to see what options are available. Maybe that will help.

> Maybe using stderr 
> for progress messages will be valid and that's my question, will stderr 

Probably not ideal, but I guess it could work. Otherwise, try the above
(specify a XML output file), then see what happens with writeln()
statements to stdout.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to