update the task name to support running 'npm test'
This commit is contained in:
@ -19,10 +19,11 @@ module.exports = function (grunt) {
|
||||
|
||||
var branches = branch ? [branch] : utils.branches;
|
||||
|
||||
process.env.ES_PORT = process.env.ES_PORT || 9400;
|
||||
branches.forEach(function (branch) {
|
||||
tasks.push(
|
||||
'esvm:' + branch,
|
||||
'mochacov:integration_' + branch,
|
||||
'mocha_integration:' + branch,
|
||||
'esvm_shutdown:' + branch
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user