Chromium Code Reviews| Index: tools/test.py |
| =================================================================== |
| --- tools/test.py (revision 1793) |
| +++ tools/test.py (working copy) |
| @@ -622,6 +622,7 @@ |
| command_line = (['scons', '-Y', context.workspace, 'mode=' + ",".join(mode)] |
| + requirements |
| + scons_flags) |
| + print(command_line) |
|
Christian Plesner Hansen
2009/04/27 10:45:40
Debug print
|
| output = ExecuteNoCapture(command_line, context) |
| return output.exit_code == 0 |