mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fixes path to the functional test runner (#12651)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
4bb759cde2
commit
3ef5e78354
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ module.exports = function (grunt) {
|
|||
]);
|
||||
|
||||
grunt.registerTask('test:api:runner', () => {
|
||||
grunt.fail.fatal('test:api:runner has moved, use: `node scripts/function_test_runner --config test/api_integration/config.js`');
|
||||
grunt.fail.fatal('test:api:runner has moved, use: `node scripts/functional_test_runner --config test/api_integration/config.js`');
|
||||
});
|
||||
|
||||
grunt.registerTask('test', subTask => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue