forked from mirror/redis
properly point redisServerConf to redis.conf
This commit is contained in:
parent
23b47cf42f
commit
c2e92153ba
|
@ -257,7 +257,7 @@ func (p *redisProcess) Close() error {
|
||||||
|
|
||||||
var (
|
var (
|
||||||
redisServerBin, _ = filepath.Abs(filepath.Join("testdata", "redis", "src", "redis-server"))
|
redisServerBin, _ = filepath.Abs(filepath.Join("testdata", "redis", "src", "redis-server"))
|
||||||
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis.conf"))
|
redisServerConf, _ = filepath.Abs(filepath.Join("testdata", "redis", "redis.conf"))
|
||||||
)
|
)
|
||||||
|
|
||||||
func redisDir(port string) (string, error) {
|
func redisDir(port string) (string, error) {
|
||||||
|
|
Loading…
Reference in New Issue