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

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