← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~twom/lpbuildbot/subunit into lp:lpbuildbot

 

Tom Wardill has proposed merging lp:~twom/lpbuildbot/subunit into lp:lpbuildbot.

Commit message:
Pass results through subunit

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~twom/lpbuildbot/subunit/+merge/385929
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~twom/lpbuildbot/subunit into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg	2019-12-09 15:54:00 +0000
+++ master.cfg	2020-06-17 15:32:57 +0000
@@ -143,8 +143,7 @@
             env={
                 'TEMP': properties.WithProperties('%(build_dir)s/temp'),
                 'LP_LXC_CONTAINER': container},
-            command=['testr', 'run', '--parallel', '--concurrency=20',
-                    '--subunit', '--full-results']))
+            command='testr run --parallel --concurrency=20 --subunit --full-results | subunit-2to1'))
     return f
 
 from buildbot.config import BuilderConfig


Follow ups