[Mono-bugs] [Bug 82796][Nor] Changed - System.Diagnostics.Process.ExitCode always returns 0 for NAnt

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 12 10:16:09 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by skolima at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=82796

--- shadow/82796	2007-09-12 07:09:58.000000000 -0400
+++ shadow/82796.tmp.23480	2007-09-12 10:16:09.000000000 -0400
@@ -89,6 +89,18 @@
 
 ------- Additional Comments From skolima at gmail.com  2007-09-12 07:09 -------
 Indeed this has nothing to do with NAnt. I cooked a new test case,
 requiring only mono (the tests executes itself, so it has to be
 compiled as Program.exe). Checked on 1.2.4, I am compiling svn head
 right now an will post an update.
+
+------- Additional Comments From skolima at gmail.com  2007-09-12 10:16 -------
+This is broken exactly the same way in svn:
+
+
+Exit status of 'false' was 1, expected 1
+Exit status of 'true' was 0, expected 0
+Exit status of 'mono Program.exe 1' was 0, expected 1
+Exit status of 'mono ./Program.exe 234' was 0, expected 234
+Exit status of '/opt/mono/bin/mono Program.exe 1' was 0, expected 1
+Exit status of '/opt/mono/bin/mono ./Program.exe 234' was 0, expected 234
+


More information about the mono-bugs mailing list