We are trying to run our unit tests from the command line as part of a build process:
/Developer/MonoTouch/usr/bin/mtouch -launchsim UnifiedTests.app --stdout=output --stderr=error This successfully runs the app in the simulator, but it does not appear to be writing to a file called output, or error. We have also tried running the above command under sudo. This is despite the fact that the app is performing many Console.WriteLine operations. Do you know why this might not be writing the output? We are using the latest versino of MonoTouch on Mac OS X 8.2. in addition, when --stdout and --stderr are omitted, nothing is printed to the command line. -- View this message in context: http://monotouch.2284126.n4.nabble.com/mtouch-stdout-not-writing-to-file-how-to-capture-output-tp4657872.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
