mirror of https://mirror.osredm.com/root/redis.git
fix cleaning up tmp folder
This commit is contained in:
parent
628e1c6910
commit
1488645e15
|
@ -44,7 +44,8 @@ proc main {} {
|
||||||
}
|
}
|
||||||
|
|
||||||
# clean up tmp
|
# clean up tmp
|
||||||
exec rm -rf test/tmp/*
|
exec rm -rf {*}[glob test/tmp/redis.conf.*]
|
||||||
|
exec rm -rf {*}[glob test/tmp/server.*]
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Reference in New Issue