DescriptionFix so that you can run presubmit.py in Windows.
presubmit.py tried to execute cpplint.py directly, but in Windows it's the shell that connects that to the python binary so the execution (subprocess.Popen) needs to be told how to find python. An alternative would be to call subprocess.Popen with shell=True but this is less dangerous.
Committed: https://code.google.com/p/v8/source/detail?r=14263
Patch Set 1 : #Patch Set 2 : #Messages
Total messages: 6 (0 generated)
|