Reacting to a change in the environment variable from ENV -> KRE_ENV
This commit is contained in:
parent
e63d4f95d2
commit
8c1bf38211
|
|
@ -66,7 +66,7 @@ namespace E2ETests
|
|||
if (!string.IsNullOrWhiteSpace(startParameters.EnvironmentName))
|
||||
{
|
||||
//To choose an environment based Startup
|
||||
Environment.SetEnvironmentVariable("ENV", startParameters.EnvironmentName);
|
||||
Environment.SetEnvironmentVariable("KRE_ENV", startParameters.EnvironmentName);
|
||||
}
|
||||
|
||||
Process hostProcess = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue