summaryrefslogtreecommitdiffstats
path: root/build/copy_test_data_ios.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of spaces with paths in copy_test_data.pystuartmorgan@chromium.org2012-11-091-7/+9
| | | | | | | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@166931 0039d316-1c4b-4281-b951-d872f2087c98
* Change copy_test_data_ios.py to enable copying hidden files.blundell@chromium.org2012-11-051-4/+3
| | | | | | | | | | | 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: svn://svn.chromium.org/chrome/trunk/src@165936 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore dotfiles when copying test data.rohitrao@chromium.org2012-07-181-0/+6
| | | | | | | | | | BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10807006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147213 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a way to specify test data files for unittests.rohitrao@chromium.org2012-07-171-0/+98
BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10790008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146995 0039d316-1c4b-4281-b951-d872f2087c98