提交 1488645e 编写于 作者: P Pieter Noordhuis

fix cleaning up tmp folder

上级 628e1c69
......@@ -44,7 +44,8 @@ proc main {} {
}
# clean up tmp
exec rm -rf test/tmp/*
exec rm -rf {*}[glob test/tmp/redis.conf.*]
exec rm -rf {*}[glob test/tmp/server.*]
}
main
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册