Chromium Code Reviews| Index: frog/presubmit.py |
| =================================================================== |
| --- frog/presubmit.py (revision 4354) |
| +++ frog/presubmit.py (working copy) |
| @@ -145,7 +145,7 @@ |
| # than pain. |
| # Run frogsh on most of the tests. |
| cmd = test_cmd + ['--component=frogsh', 'language', 'corelib', |
| - 'isolate', 'peg', 'frog', 'css', 'dartdoc'] |
| + 'isolate', 'peg', 'frog', 'css', 'dartdoc', 'native'] |
|
ahe
2012/02/19 14:38:02
What about leg?
ngeoffray
2012/02/20 09:09:37
Ah good catch! Did not realize this was only if no
|
| RunCommand(*cmd, verbose=True) |
| # Run leg unit tests. |