tests: fix a test message index bug on `VTEST_SHOW_START=1`
parent
21ba0470af
commit
9d1d35ebdc
|
@ -65,7 +65,9 @@ pub fn (mut ts TestSession) print_messages() {
|
||||||
ts.nprint_ended <- 0
|
ts.nprint_ended <- 0
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
ts.nmessage_idx++
|
if rmessage.kind != .info {
|
||||||
|
ts.nmessage_idx++
|
||||||
|
}
|
||||||
msg := rmessage.message.replace_each([
|
msg := rmessage.message.replace_each([
|
||||||
'TMP1',
|
'TMP1',
|
||||||
'${ts.nmessage_idx:1d}',
|
'${ts.nmessage_idx:1d}',
|
||||||
|
|
Loading…
Reference in New Issue