run tests on jenkins with trace level logging

This commit is contained in:
Spencer Alger
2015-01-29 11:54:13 -07:00
parent 3d0f78e6ae
commit 7fa689344f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 {