add imap-probe to DEBUG

This commit is contained in:
Girish Ramakrishnan 2016-06-23 14:57:51 -05:00
parent 6ae83ac3fe
commit 7f033cd70b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
### To run specific test on CI
cd ~/app
export BOX_VERSION=<version_to_test>
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/new-user-test.js"
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=imap-probe,superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/new-user-test.js"
### AWS Keys
AWS_STAGING_ACCESS_KEY and AWS_STAGING_SECRET_KEY exist for the release tool to make a new release.

View File

@ -2,7 +2,7 @@
set -eu
export DEBUG=superagent-sync,e2e:*
export DEBUG=superagent-sync,e2e:*,imap-probe
export DEBUG_COLORS=true
test_pids=()