Chromium Code Reviews| Index: tools/bots/pub.py |
| diff --git a/tools/bots/pub.py b/tools/bots/pub.py |
| index c5e89fbf8640c200b675f07e0fe2c2e8185b5fea..f778cad0699331b8a4fd64c24628b4968047cfc2 100755 |
| --- a/tools/bots/pub.py |
| +++ b/tools/bots/pub.py |
| @@ -47,7 +47,7 @@ def PubSteps(build_info): |
| print 'Building package-root: %s' % (' '.join(args)) |
| bot.RunProcess(args) |
| - bot.RunTest('pub', build_info, ['pub', 'pkg']) |
| + bot.RunTest('pub', build_info, ['pub', 'pkg', 'dartdoc']) |
| if __name__ == '__main__': |