Clear failure_log by assignment like as appending by assignment
This commit is contained in:
parent
7962f32b70
commit
a37a2f5fef
Notes:
git
2024-12-27 02:59:28 +00:00
@ -412,7 +412,7 @@ module Launchable
|
||||
}
|
||||
)
|
||||
@@duration = 0
|
||||
@@failure_log.clear
|
||||
@@failure_log = ''
|
||||
end
|
||||
@@last_test_name = relative_path
|
||||
@@duration += t
|
||||
|
Loading…
x
Reference in New Issue
Block a user