New test.
[mono.git] / mcs / class / Cscompmgd / Microsoft.CSharp / Compiler.cs
index 043f122163d53edc8c7de2171cd090b7e3ebeb35..75d36dabbca6cc5b7a97e36a6a021ca347a4a73f 100644 (file)
@@ -100,6 +100,7 @@ namespace Microsoft.CSharp {
                        mcs.StartInfo.CreateNoWindow = true;
                        mcs.StartInfo.UseShellExecute = false;
                        mcs.StartInfo.RedirectStandardOutput = true;
+                       mcs.StartInfo.RedirectStandardError = true;
 
                        try {
                                mcs.Start ();