mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-06 12:20:45 +01:00
fix
This commit is contained in:
parent
4ec38a8606
commit
a49f20461b
@ -37,7 +37,7 @@ func redisServerCmd(t *testing.T) *exec.Cmd {
|
|||||||
}
|
}
|
||||||
c := &exec.Cmd{
|
c := &exec.Cmd{
|
||||||
Path: redisServerProg,
|
Path: redisServerProg,
|
||||||
Args: []string{redisServerProg, "--bind", "127.0.0.1", "--port", "6379"},
|
Args: []string{redisServerProg, "--bind", "redis", "--port", "6379"},
|
||||||
Dir: t.TempDir(),
|
Dir: t.TempDir(),
|
||||||
Stdin: os.Stdin,
|
Stdin: os.Stdin,
|
||||||
Stdout: os.Stdout,
|
Stdout: os.Stdout,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user