Bug 1302364 - Update TEST_MANIFESTS documentation for install_root in resolve_tests(). r=gps

MozReview-Commit-ID: 9EXT3Jakwx1

--HG--
extra : rebase_source : ba1f6afcaa35103a52e5bbad7618fa2c9f08f2a1
This commit is contained in:
Henrik Skupin 2016-09-13 17:16:51 +02:00
Родитель 4387906eae
Коммит 2f20475d5e
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -260,10 +260,12 @@ class TestResolver(MozbuildObject):
# Keys are variable prefixes and values are tuples describing how these
# manifests should be handled:
#
# (flavor, install_prefix, package_tests)
# (flavor, install_root, install_subdir, package_tests)
#
# flavor identifies the flavor of this test.
# install_prefix is the path prefix of where to install the files in
# install_root is the path prefix to install the files starting from the root
# directory and not as specified by the manifest location. (bug 972168)
# install_subdir is the path of where to install the files in
# the tests directory.
# package_tests indicates whether to package test files into the test
# package; suites that compile the test files should not install