Chromium Code Reviews| Index: tools/mb/mb.py |
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
| index 10cff5365d7c1e80c767dde8db36001a1c257937..d79ed606226edef01364c5d2fb465964a94266a4 100755 |
| --- a/tools/mb/mb.py |
| +++ b/tools/mb/mb.py |
| @@ -555,7 +555,8 @@ class MetaBuildWrapper(object): |
| ] |
| cmdline = [ |
| '../../testing/test_env.py', |
| - ] + ['../../' + self.ToSrcRelPath(gn_isolate_map[target]['script'])] |
| + ] + ['../../' + self.ToSrcRelPath(gn_isolate_map[target]['script']) |
| + ] + gn_isolate_map[target].get('args', []) |
|
Dirk Pranke
2015/09/19 00:07:13
nit: can you reformat this to:
cmdline = [
'.
nednguyen
2015/09/21 17:26:18
Done.
|
| elif test_type in ('raw'): |
| extra_files = [] |
| cmdline = [ |