Minor edit for clarity (generate output for single top level spec vs. iterating
through collection of size 1)
This commit is contained in:
parent
82ed1bc343
commit
49b91235bb
1 changed files with 1 additions and 2 deletions
|
@ -152,8 +152,7 @@ def test_install(parser, args):
|
|||
finally:
|
||||
jrf = JunitResultFormat()
|
||||
handled = {}
|
||||
for spec in specs:
|
||||
create_test_output(spec, newInstalls, jrf)
|
||||
create_test_output(topSpec, newInstalls, jrf)
|
||||
|
||||
with open(outputFpath, 'wb') as F:
|
||||
jrf.write_to(F)
|
||||
|
|
Loading…
Reference in a new issue