diff --git a/cmd/tools/modules/testing/common.v b/cmd/tools/modules/testing/common.v index 264b1ad354..503364c93a 100644 --- a/cmd/tools/modules/testing/common.v +++ b/cmd/tools/modules/testing/common.v @@ -65,7 +65,9 @@ pub fn (mut ts TestSession) print_messages() { ts.nprint_ended <- 0 return } - ts.nmessage_idx++ + if rmessage.kind != .info { + ts.nmessage_idx++ + } msg := rmessage.message.replace_each([ 'TMP1', '${ts.nmessage_idx:1d}',