Home
last modified time | relevance | path

Searched refs:_test_tar_archive_suffix (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dartifacts.py134 _test_tar_archive_suffix = ".common.tests.tar.gz" variable in ArtifactJob
218 if filename.endswith(ArtifactJob._test_tar_archive_suffix) and self._tests_re:
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dartifacts.py134 _test_tar_archive_suffix = ".common.tests.tar.gz" variable in ArtifactJob
218 if filename.endswith(ArtifactJob._test_tar_archive_suffix) and self._tests_re:
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dartifacts.py138 _test_tar_archive_suffix = '.common.tests.tar.gz' variable in ArtifactJob
203 if filename.endswith(ArtifactJob._test_tar_archive_suffix) and self._tests_re:
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dartifacts.py137 _test_tar_archive_suffix = ".common.tests.tar.gz" variable in ArtifactJob
218 if filename.endswith(ArtifactJob._test_tar_archive_suffix) and self._tests_re: