Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: tools/bots/pub.py

Issue 11358049: Run 'pkg' tests on pub bots. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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__':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698