Skip to content

Commit 08a19d0

Browse files
committed
Keep GitRepo.Mixfile loaded between runs
1 parent d5e6296 commit 08a19d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/test/mix/tasks/deps.git_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ defmodule Mix.Tasks.DepsGitTest do
151151
File.rm("deps/git_repo/.fetch")
152152
Mix.Task.clear
153153
Mix.shell.flush
154-
purge [A, B, C, GitRepo, GitRepo.Mixfile]
154+
purge [A, B, C, GitRepo]
155155

156156
# Update will mark the update required
157157
Mix.Tasks.Deps.Update.run ["git_repo"]

0 commit comments

Comments
 (0)