mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
patman: Run get_maintainer.pl in parallel
This script can take ages on some series. Try to limit the time by using threads. If a few stubborn patches remain, show progress so the user has some idea what is going on. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org>
This commit is contained in:
parent
c524cd6139
commit
27409e35d5
2 changed files with 32 additions and 3 deletions
|
@ -240,6 +240,8 @@ class TestFunctional(unittest.TestCase):
|
|||
self.assertEqual('Change log missing for v3', next(lines))
|
||||
self.assertEqual('Change log for unknown version v4', next(lines))
|
||||
self.assertEqual("Alias 'pci' not found", next(lines))
|
||||
while next(lines) != 'Cc processing complete':
|
||||
pass
|
||||
self.assertIn('Dry run', next(lines))
|
||||
self.assertEqual('', next(lines))
|
||||
self.assertIn('Send a total of %d patches' % count, next(lines))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue