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:
Spencer Alger
2014-01-07 10:00:07 -07:00
parent 71a0b8f58e
commit bbbfcfa33e
6 changed files with 347 additions and 21 deletions

View File

@ -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',