ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Android generator doesn't copy file attributes correctly #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not sure if this is important, but a new test I added in r1779 (without code 
changes) fails with the android generator:

/usr/bin/python test/copies/gyptest-attribs.py
FAILED test at line 24 of test/copies/gyptest-attribs.py (check_attribs)
    from line 39 of test/copies/gyptest-attribs.py

The test copies a file with +x set using a gyp copies section and then checks 
that the copied file also has +x set.

Original issue reported on code.google.com by thakis@chromium.org on 11 Nov 2013 at 4:11

GoogleCodeExporter commented 9 years ago
Fixed in r1783; I wasn't invoking cp with the right flags.

Original comment by torne@chromium.org on 11 Nov 2013 at 4:55