Build/Test Tools: Add ms-files test group to sub-task list.
Previously, the `ms-files` test group would not run in any automatic configuration. This ensures it is always run as part of the test suite in Travis CI. Props netweb. Fixes #41698. git-svn-id: https://develop.svn.wordpress.org/trunk@41659 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7a414342df
commit
38d5112c25
@ -464,6 +464,10 @@ module.exports = function(grunt) {
|
|||||||
cmd: 'phpunit',
|
cmd: 'phpunit',
|
||||||
args: ['--verbose', '-c', 'tests/phpunit/multisite.xml']
|
args: ['--verbose', '-c', 'tests/phpunit/multisite.xml']
|
||||||
},
|
},
|
||||||
|
'ms-files': {
|
||||||
|
cmd: 'phpunit',
|
||||||
|
args: ['--verbose', '-c', 'tests/phpunit/multisite.xml', '--group', 'ms-files']
|
||||||
|
},
|
||||||
'external-http': {
|
'external-http': {
|
||||||
cmd: 'phpunit',
|
cmd: 'phpunit',
|
||||||
args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'external-http']
|
args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'external-http']
|
||||||
|
Loading…
Reference in New Issue
Block a user