run tests on jenkins with trace level logging
This commit is contained in:
@ -64,4 +64,4 @@ install_node "$NODE_V"
|
||||
npm install
|
||||
release_lock
|
||||
|
||||
ES_PORT=$((9400 + EXECUTOR_NUMBER)) RUN=NODE_UNIT,NODE_INTEGRATION node ./scripts/ci.js
|
||||
ES_PORT=$((9400 + EXECUTOR_NUMBER)) RUN=NODE_UNIT,NODE_INTEGRATION VERBOSE=true node ./scripts/ci.js
|
||||
@ -43,7 +43,7 @@ module.exports = {
|
||||
port: port,
|
||||
err: err
|
||||
})));
|
||||
} else if (!JENKINS && resp.name !== 'elasticsearch_js_test_runner') {
|
||||
} else if (resp.name !== 'elasticsearch_js_test_runner') {
|
||||
console.log(resp);
|
||||
cb(new Error('Almosted wiped out another es node. Shut-down all instances of ES and try again.'));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user