Clear failure_log by assignment like as appending by assignment

This commit is contained in:
Nobuyoshi Nakada 2024-12-27 11:23:23 +09:00
parent 7962f32b70
commit a37a2f5fef
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-12-27 02:59:28 +00:00

View File

@ -412,7 +412,7 @@ module Launchable
} }
) )
@@duration = 0 @@duration = 0
@@failure_log.clear @@failure_log = ''
end end
@@last_test_name = relative_path @@last_test_name = relative_path
@@duration += t @@duration += t