[Mono-list] Removing the 'Compilation succeeded' message

Fawad Halim fawad@fawad.net
Mon, 07 Jun 2004 17:36:03 -0500


Modify the mcs wrapper shell script to pipe the output of mcs.exe into

grep -v '^Compilation succeeded$'

-fawad

William S Fulton wrote:

> How can one remove the "Compilation succeeded" message after invoking 
> mcs? I can't find a --quiet option or similar and -nologo doesn't 
> remove this message. I'd like to quieten the output for running 
> batches of tests so it works in the same way as Microsoft's csc and 
> Portable.Net's cscc.
>
> Thanks
> William