From 7f033cd70be3683b83373464e900df377e5a0374 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 23 Jun 2016 14:57:51 -0500 Subject: [PATCH] add imap-probe to DEBUG --- README.md | 2 +- parallel_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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=()