diff --git a/README.md b/README.md index ebbcc05..e51e5e4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ### To run specific test on CI cd ~/app export BOX_VERSION= - 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. diff --git a/parallel_test.sh b/parallel_test.sh index e8a23d0..165d638 100755 --- a/parallel_test.sh +++ b/parallel_test.sh @@ -2,7 +2,7 @@ set -eu -export DEBUG=superagent-sync,e2e:* +export DEBUG=superagent-sync,e2e:*,imap-probe export DEBUG_COLORS=true test_pids=()