Skip to content

Commit

Permalink
Fixing .NET test EnvironmentManager directory detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jul 8, 2019
1 parent a417af2 commit 438c5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/common/Environment/EnvironmentManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private EnvironmentManager()
string javaOutDirectory = Path.Combine(childDir.FullName, "java");
if (Directory.Exists(javaOutDirectory))
{
info = new DirectoryInfo(javaOutDirectory);
info = childDir;
continueTraversal = false;
break;
}
Expand Down

0 comments on commit 438c5fa

Please sign in to comment.