Skip to content

Commit

Permalink
rename status files
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Mar 4, 2013
1 parent 889c2f5 commit 12e2813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gorp/test.rb
Expand Up @@ -284,7 +284,7 @@ def html_summary elapsed
output.write(tail)
end

open(File.join($WORK, 'status'), 'w') do |status|
open(File.join($WORK, "#{$output}.status"), 'w') do |status|
status.puts @result.to_s
end

Expand Down

0 comments on commit 12e2813

Please sign in to comment.