Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Issue 9691029: Make tools/test.py work on Windows (Closed)

Created:
8 years, 9 months ago by piscisaureus
Modified:
8 years, 9 months ago
Reviewers:
Yang
CC:
v8-dev, Jakob Kummerow
Visibility:
Public.

Description

Make tools/test.py work on Windows It adds too many quotes around shell commands.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M tools/test.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
I don't see why this change is necessary. The test script runs fine with Python ...
8 years, 9 months ago (2012-03-13 15:57:00 UTC) #1
piscisaureus
On 2012/03/13 15:57:00, Yang wrote: > I don't see why this change is necessary. The ...
8 years, 9 months ago (2012-03-13 16:03:10 UTC) #2
Yang
8 years, 9 months ago (2012-03-13 16:57:28 UTC) #3
On 2012/03/13 16:03:10, piscisaureus wrote:
> On 2012/03/13 15:57:00, Yang wrote:
> > I don't see why this change is necessary. The test script runs fine with
> Python
> > 2.6 on Windows for me.
> 
> I am using python 2.7 and it treats the entire command line as the binary to
be
> executes, e.g. it starts looking for "scons mode=debug" instead of "scons".

I can indeed reproduce this for python 2.7. LGTM and landing. Thanks for the
contribution!

Powered by Google App Engine
This is Rietveld 408576698