Fix test to make jedis work with latest git master version of redis

This commit is contained in:
Marcos Nils
2014-02-11 02:51:58 -03:00
parent dbae544602
commit e59e4a0d2a
2 changed files with 14 additions and 18 deletions

View File

@@ -180,9 +180,9 @@ stop:
kill `cat /tmp/sentinel1.pid`
kill `cat /tmp/sentinel2.pid`
kill `cat /tmp/sentinel3.pid`
kill `cat /tmp/redis_cluster_node1.pid` || true
kill `cat /tmp/redis_cluster_node2.pid` || true
kill `cat /tmp/redis_cluster_node3.pid` || true
#kill `cat /tmp/redis_cluster_node1.pid` || true
#kill `cat /tmp/redis_cluster_node2.pid` || true
#kill `cat /tmp/redis_cluster_node3.pid` || true
rm -f /tmp/redis_cluster_node1.conf
rm -f /tmp/redis_cluster_node2.conf
rm -f /tmp/redis_cluster_node3.conf