# HG changeset patch # User Oleg Oshmyan # Date 1266106663 0 # Node ID b0034b18f942179e47808011d7d8a03a133cab9f # Parent eb15a5a9b026a0a3675492aa7d3d41ee8c03c834 maxexitcode now gets on with test groups This includes the implied single-test-case groups. diff -r eb15a5a9b026 -r b0034b18f942 test.py --- a/test.py Sun Feb 14 00:08:16 2010 +0000 +++ b/test.py Sun Feb 14 00:17:43 2010 +0000 @@ -864,7 +864,7 @@ if npoints: ncorrectvalued += 1 if ntotalgrp: - if scoregrp < maxpointsgrp: + if ncorrectgrp < ntotalgrp: scoregrp = 0 if ntotalgrp > 1: print 'Group total: %d/%d tests; %g/%g points' % (ncorrectgrp, ntotalgrp, scoregrp, maxpointsgrp)