Update integration test scripts (#1525)
* Updated scripts * Update runner
This commit is contained in:
committed by
GitHub
parent
969decde28
commit
4ae38ca7f0
@ -337,10 +337,10 @@ function generateJunitXmlReport (junit, suite) {
|
||||
}
|
||||
|
||||
if (require.main === module) {
|
||||
const node = process.env.TEST_ES_SERVER || 'http://localhost:9200'
|
||||
const node = process.env.TEST_ES_SERVER || 'https://elastic:changeme@localhost:9200'
|
||||
const opts = {
|
||||
node,
|
||||
isXPack: node.indexOf('@') > -1
|
||||
isXPack: process.env.TEST_SUITE !== 'free'
|
||||
}
|
||||
runner(opts)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user