mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 00:11:56 +00:00
Don't exit with error in tests temp file cleanup if there are no files to clean
This commit is contained in:
@@ -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 {} {
|
||||
|
Reference in New Issue
Block a user