Jurek Bartuszek wrote: >>> I'm running make check against mono-1.2.4 and I noticed that some of the >>> tests fail: >>> >>> Failures: >>> 1) MonoTests.Mono.Unix.UnixGroupTest.ListAllGroups_ToString : #TLAU_TS: >>> Exception listing local groups: System.IO.FileNotFoundException: Nie ma >>> takiego pliku ani katalogu ---> Mono.Unix.UnixIOException: Nie ma >>> takiego pliku ani katalogu [ENOENT]. >> The test probably can't open /etc/group on your system. > > I see, is there a one file that controls/lists all the tests so I can > remove this one from the set?
There is no exclusion file. You should rather fix the problem on your system. Are you using a chrooted environment for "make check"? Maybe it doesn't contain /etc/group. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
