| Index: buildbot/buildbot_run.py
|
| ===================================================================
|
| --- buildbot/buildbot_run.py (revision 1611)
|
| +++ buildbot/buildbot_run.py (working copy)
|
| @@ -91,8 +91,7 @@
|
| '--all',
|
| '--passed',
|
| '--format', format,
|
| - '--chdir', 'trunk',
|
| - '--path', '../scons'])
|
| + '--chdir', 'trunk'])
|
| if format == 'android':
|
| # gyptest needs the environment setup from envsetup/lunch in order to build
|
| # using the 'android' backend, so this is done in a single shell.
|
| @@ -124,7 +123,6 @@
|
| retcode += GypTestFormat('android')
|
| elif sys.platform.startswith('linux'):
|
| retcode += GypTestFormat('ninja')
|
| - retcode += GypTestFormat('scons')
|
| retcode += GypTestFormat('make')
|
| elif sys.platform == 'darwin':
|
| retcode += GypTestFormat('ninja')
|
|
|