Skip to content

Commit

Permalink
Clear failure_log by assignment like as appending by assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 27, 2024
1 parent 7962f32 commit a37a2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstraptest/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def show_progress(message = '')
}
)
@@duration = 0
@@failure_log.clear
@@failure_log = ''
end
@@last_test_name = relative_path
@@duration += t
Expand Down

0 comments on commit a37a2f5

Please sign in to comment.