[Mono-list] mcs/errors/makefile

Miguel de Icaza miguel@ximian.com
24 Jun 2002 19:02:56 -0400


> However, the makefile looks half-done.  It extracts the test number, runs
> the test but then compares the exit code with '123'.  I can't see how
> anyone has been running these tests automatically.

There is a special flag (--probe XXX) that returns the status code 123
if the compiler does encounter the error XXX. 

Miguel