Skip to content

Commit

Permalink
Fix environment var used by ITs (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury Levé committed Nov 29, 2017
1 parent 8a5adda commit 73c0369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions its/src/test/java/com/sonar/it/csharp/Tests.java
Expand Up @@ -64,8 +64,8 @@
})
public class Tests {

private static final String MSBUILD_PATH = "msbuild.path";
private static final String NUGET_PATH = "nuget.path";
private static final String MSBUILD_PATH = "MSBUILD_PATH ";
private static final String NUGET_PATH = "NUGET_PATH";

@ClassRule
public static final Orchestrator ORCHESTRATOR = Orchestrator.builderEnv()
Expand Down

0 comments on commit 73c0369

Please sign in to comment.