mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Don't exit with error in tests temp file cleanup if there are no files to clean
This commit is contained in:
parent
10dea8dc1b
commit
fd80abda08
@ -50,8 +50,8 @@ proc s {args} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
proc cleanup {} {
|
proc cleanup {} {
|
||||||
exec rm -rf {*}[glob tests/tmp/redis.conf.*]
|
catch {exec rm -rf {*}[glob tests/tmp/redis.conf.*]}
|
||||||
exec rm -rf {*}[glob tests/tmp/server.*]
|
catch {exec rm -rf {*}[glob tests/tmp/server.*]}
|
||||||
}
|
}
|
||||||
|
|
||||||
proc main {} {
|
proc main {} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user