提交 968499c7 编写于 作者: Y yuuji.yaginuma

Remove log directory in test postprocessing

The "log" is directory. So it is necessary to use `FileUtils.rm_rf`.
上级 05ffe4b3
......@@ -47,7 +47,7 @@ namespace :test do
status = $?.to_i
ensure
Process.kill("KILL", pid) if pid
FileUtils.rm_f("log")
FileUtils.rm_rf("log")
end
exit status
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册