Chromium Code Reviews| Index: tools/test.py |
| =================================================================== |
| --- tools/test.py (revision 1639) |
| +++ tools/test.py (working copy) |
| @@ -1261,7 +1261,8 @@ |
| env = { |
| 'mode': mode, |
| 'system': utils.GuessOS(), |
| - 'arch': options.arch |
| + 'arch': options.arch, |
| + 'simulator': options.simulator |
|
Søren Thygesen Gjesse
2009/03/31 12:58:33
Is this to "replace" -S simulator=arm?
|
| } |
| test_list = root.ListTests([], path, context, mode) |
| unclassified_tests += test_list |