[Mono-dev] compiler-tester patch for cygwin environment

Atsushi Eno atsushi at ximian.com
Tue Mar 14 02:25:12 EST 2006


Hi,

On running compiler-tester, cygwin/bash command line expands the
argument file wildcard (test-*.cs etc.) to a full-length argument
list. Thus compiler-tester never runs fine on cygwin.

I created a patch to avoid this problem by adding extra "--pattern:"
prefix onto the wildcard argument.

It still have to modify mono executable name (since Windows native
Process.Start() never runs shell scripts) but it is not safe, so
for now I didn't include such hacky change.

If it looks good please tell me and I'll commit the patch.

Atsushi Eno
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: compiler-tester-cygwin.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060314/0b6e8a94/attachment.pl 


More information about the Mono-devel-list mailing list