Skip to content

Commit 84eb498

Browse files
authored
Merge pull request rails#29882 from y-yagi/fix_ujs_test_postprocessing
Remove log directory in test postprocessing
2 parents 05ffe4b + 968499c commit 84eb498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace :test do
4747
status = $?.to_i
4848
ensure
4949
Process.kill("KILL", pid) if pid
50-
FileUtils.rm_f("log")
50+
FileUtils.rm_rf("log")
5151
end
5252

5353
exit status

0 commit comments

Comments
 (0)