Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
stuartmorgan@chromium.org 3882c91845 Fix handling of spaces with paths in copy_test_data.py
This allows copying files with spaces in the paths (most notably,
profiles, which have a number of files containing spaces).

There are two fixes:
- Input/output lists \-escape spaces so that gyp will convert the output back into a list correctly.
- The argument list is no longer parsed by spaces, and the gyp call instead passes the input list as a list of separate arguments instead of one giant string.

BUG=None


Review URL: https://chromiumcodereview.appspot.com/11293198

git-svn-id: http://src.chromium.org/svn/trunk/src/build@166931 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-09 18:04:50 +00:00
blundell@chromium.org 2545b7573a Change copy_test_data_ios.py to enable copying hidden files.
Loosen the dotfile test in this script as some tests can use hidden files.

BUG=


Review URL: https://chromiumcodereview.appspot.com/11312084

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165936 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-05 14:22:30 +00:00
rohitrao@chromium.org 2afbb1d273 Ignore dotfiles when copying test data.
BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10807006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@147213 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-18 11:16:21 +00:00
rohitrao@chromium.org 413027fa29 Adds a way to specify test data files for unittests.
BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10790008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@146995 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-17 14:15:34 +00:00