Updated ES, brought a few modification to the API along with it. Yaml test suite is now built against a specific version of elasticsearch when you specify the es_branch arg
to `grunt test`
This commit is contained in:
@ -3,7 +3,13 @@ module.exports = {
|
||||
cwd: './scripts'
|
||||
},
|
||||
generate: {
|
||||
exec: 'node generate'
|
||||
exec: 'node generate/index.js',
|
||||
options: {
|
||||
passArgs: [
|
||||
'verbose',
|
||||
'es_version'
|
||||
]
|
||||
}
|
||||
},
|
||||
browser_integration_tests: {
|
||||
exec: 'node run_browser_integration_suite',
|
||||
|
||||
Reference in New Issue
Block a user