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