Make makefile remove temp files as it makes tests to fail sometimes
This commit is contained in:
3
Makefile
3
Makefile
@@ -166,7 +166,8 @@ start: cleanup
|
|||||||
echo "$$REDIS_CLUSTER_NODE3_CONF" | redis-server -
|
echo "$$REDIS_CLUSTER_NODE3_CONF" | redis-server -
|
||||||
|
|
||||||
cleanup:
|
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:
|
stop:
|
||||||
kill `cat /tmp/redis1.pid`
|
kill `cat /tmp/redis1.pid`
|
||||||
|
|||||||
Reference in New Issue
Block a user