diff options
| -rwxr-xr-x | bootstraptest/runner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 3f905a9f02..8d30d3743c 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -412,7 +412,7 @@ module Launchable } ) @@duration = 0 - @@failure_log.clear + @@failure_log = '' end @@last_test_name = relative_path @@duration += t |
