| Index: tools/bots/pub.py
|
| diff --git a/tools/bots/pub.py b/tools/bots/pub.py
|
| index 9d40778d772d9efc331dd1249ce2de218dd30740..e101783eb0f0752ddfbcf8e311da27327c926712 100755
|
| --- a/tools/bots/pub.py
|
| +++ b/tools/bots/pub.py
|
| @@ -41,8 +41,7 @@ def PubSteps(build_info):
|
| print 'Generating API Docs: %s' % (' '.join(args))
|
| bot.RunProcess(args)
|
|
|
| - # TODO(rnystrom): Eventually test other targets here like 'utils'?
|
| - bot.RunTest('pub', build_info, ['pub'])
|
| + bot.RunTest('pub', build_info, ['pub', 'pkg'])
|
|
|
|
|
| if __name__ == '__main__':
|
|
|