DescriptionTry to fix runhooks_wrapper.py on Windows after r263959.
It's currently failing on Windows:
http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Win%20Ninja%20Goma%20%28shared%29/builds/27608/steps/runhooks/logs/stdio
gclient runhooks
Traceback (most recent call last):
File "..\..\..\scripts\slave\runhooks_wrapper.py", line 49, in <module>
sys.exit(main())
File "..\..\..\scripts\slave\runhooks_wrapper.py", line 45, in main
return chromium_utils.RunCommand(['gclient', 'runhooks'])
File "C:\b\build\scripts\common\chromium_utils.py", line 868, in RunCommand
bufsize=0, **kwargs)
File "C:\b\depot_tools\python276_bin\lib\subprocess.py", line 709, in __init__
errread, errwrite)
File "C:\b\depot_tools\python276_bin\lib\subprocess.py", line 957, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
BUG=332697
TBR=iannucci@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=263974
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|