We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41569ce commit f2eb63fCopy full SHA for f2eb63f
1 file changed
GVFS/GVFS.FunctionalTests/Settings.cs
@@ -47,6 +47,10 @@ public static void Initialize()
47
EnlistmentRoot = @"C:\Repos\GVFSFunctionalTests\enlistment";
48
PathToGVFS = @"C:\Program Files\VFS for Git\GVFS.exe";
49
PathToGit = @"C:\Program Files\Git\cmd\git.exe";
50
+ if (Environment.GetEnvironmentVariable("DDDGIT") != null)
51
+ {
52
+ PathToGit = Environment.GetEnvironmentVariable("DDDGIT");
53
+ }
54
PathToBash = @"C:\Program Files\Git\bin\bash.exe";
55
56
ControlGitRepoRoot = @"C:\Repos\GVFSFunctionalTests\ControlRepo";
0 commit comments