Greetings, I am running Gallio.Echo.exe with the following command line: (roughly)
Gallio.Echo.exe C:\TestAssembly\Tests.dll /v:Normal /rt:text /rd:C: \TestResults /filter:CategoryName:foo /rnf:Tests The important part is that I am filtering my test assemblies on 'CategoryName', our build process combs our directory structure looking for test assemblies, and if it finds one it runs it with the above filter, however as some of our test assemblies don't contain the filtered category name (foo in this case), the test runner is returning with exit code 16. As I am running this through an MSBuild shell, MSBuild evaluates exit code 16 as failure. Is there anyway I can refine my filter so that it doesn't return 16, or is there some solution to this problem that I am not seeing currently. Thanks in advance for any help with this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
