mirror of
https://github.com/redis/go-redis.git
synced 2025-06-09 16:01:18 +03:00
Merge pull request #1205 from jskelcy/js/fix_tests
properly point redisServerConf to redis.conf
This commit is contained in:
commit
9d85e760bf
@ -257,7 +257,7 @@ func (p *redisProcess) Close() error {
|
||||
|
||||
var (
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user