Hi. We are running unit tests from Hudson CI server. CI server defines certain environment variables which are used by the log4net configuration to configure the log file location and name.
Running the unit tests includes spawning 4 processes, which is done by msbuild: 1. Server 2. Two agents 3. Gallio.Host to actually run the tests - aka client. All the processes, but Gallio.Host inherit these environment variables and create the logs as expected. Gallio.Host, on the other hand, seems to ignore them. We are using Gallio Version 3.1 build 449 Is there a way to make Gallio.Host honor the environment variables of the parent process? At least, some of them? Thanks. -- 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.
