You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contest: vmksft-p: dump logs after subtests parsing
'vm.dump_log()' will clear 'vm.log_out', used to parse nested tests.
To fix that, simply move vm.dump_log() call after the nested tests
parsing. It looks find to do that at the end.
While at it, also add a log message to mentioned the number of subtests
that have been parsed.
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
0 commit comments