Make makefile remove temp files as it makes tests to fail sometimes

This commit is contained in:
Marcos Nils
2014-02-03 13:01:20 -03:00
parent 56cec8f6ec
commit 35291bf17d

View File

@@ -166,7 +166,8 @@ start: cleanup
echo "$$REDIS_CLUSTER_NODE3_CONF" | redis-server -
cleanup:
rm -vf /tmp/redis_cluster_node*.conf
- rm -vf /tmp/redis_cluster_node*.conf 2>/dev/null
- rm dump.rdb appendonly.aof - 2>/dev/null
stop:
kill `cat /tmp/redis1.pid`