Make WordPress Core

Changeset 41659


Ignore:
Timestamp:
10/01/2017 10:15:16 PM (7 years ago)
Author:
jeremyfelt
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r41584 r41659  
    465465                args: ['--verbose', '-c', 'tests/phpunit/multisite.xml']
    466466            },
     467            'ms-files': {
     468                cmd: 'phpunit',
     469                args: ['--verbose', '-c', 'tests/phpunit/multisite.xml', '--group', 'ms-files']
     470            },
    467471            'external-http': {
    468472                cmd: 'phpunit',
Note: See TracChangeset for help on using the changeset viewer.