mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-28 04:39:52 +00:00
Git: fix for data races.
This commit is contained in:
parent
995a2ea618
commit
c42e60a3d2
7 changed files with 65 additions and 34 deletions
|
|
@ -73,7 +73,7 @@ func TestGit(t *testing.T) {
|
|||
|
||||
// pull with success
|
||||
logFile := gittest.Open("file")
|
||||
Logger = log.New(logFile, "", 0)
|
||||
SetLogger(log.New(logFile, "", 0))
|
||||
tests := []struct {
|
||||
repo *Repo
|
||||
output string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue