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

Unified Diff: frog/presubmit.py

Issue 9620001: Triage client failures on legium, and add the client tests to our presubmit script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 months 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 | « client/tests/client/test_config.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/presubmit.py
===================================================================
--- frog/presubmit.py (revision 5078)
+++ frog/presubmit.py (working copy)
@@ -170,7 +170,11 @@
cmd = test_cmd + ['--component=leg']
RunCommand(*cmd, verbose=True)
+ # Run leg on client tests.
+ cmd = test_cmd + ['--component=legium', 'client']
ahe 2012/03/07 12:29:28 How long does it take to run this?
ngeoffray 2012/03/07 12:40:16 20 seconds on my machine
ahe 2012/03/07 12:49:59 OK. That is good. This is because you're only runn
+ RunCommand(*cmd, verbose=True)
+
if __name__ == '__main__':
try:
sys.exit(main())
« no previous file with comments | « client/tests/client/test_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698