Skip to content

Commit a37a2f5

Browse files
committed
Clear failure_log by assignment like as appending by assignment
1 parent 7962f32 commit a37a2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstraptest/runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def show_progress(message = '')
412412
}
413413
)
414414
@@duration = 0
415-
@@failure_log.clear
415+
@@failure_log = ''
416416
end
417417
@@last_test_name = relative_path
418418
@@duration += t

0 commit comments

Comments
 (0)