mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
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…
x
Reference in New Issue
Block a user