mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40: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 {} {
|
||||
exec rm -rf {*}[glob tests/tmp/redis.conf.*]
|
||||
exec rm -rf {*}[glob tests/tmp/server.*]
|
||||
catch {exec rm -rf {*}[glob tests/tmp/redis.conf.*]}
|
||||
catch {exec rm -rf {*}[glob tests/tmp/server.*]}
|
||||
}
|
||||
|
||||
proc main {} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user