Commit 8fa1d711 authored by Ivan Shapovalov's avatar Ivan Shapovalov Committed by Pavel Emelyanov

zdtm: zdtm.py: allow deliberately generating test groups of size 1

Signed-off-by: 's avatarIvan Shapovalov <intelfx@intelfx.name>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 0fd53e07
...@@ -1332,7 +1332,7 @@ def group_tests(opts): ...@@ -1332,7 +1332,7 @@ def group_tests(opts):
suf = opts['name'] or 'group' suf = opts['name'] or 'group'
for g in groups: for g in groups:
if g.size() == 1: # Not much point in group test for this if maxs > 1 and g.size() == 1: # Not much point in group test for this
continue continue
fn = os.path.join("groups", "%s.%d" % (suf, nr)) fn = os.path.join("groups", "%s.%d" % (suf, nr))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment