From b9cc224147138773ccb02a1cacdbabb144f677ee Mon Sep 17 00:00:00 2001 From: mgiambalvo Date: Wed, 18 Jan 2017 13:41:15 -0800 Subject: [PATCH] chore(ci): Log tcp traffic on CircleCI (#3971) A little bit excessive, but this will really help debugging issues with Blocking Proxy. --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index ab379f253..ac8837645 100644 --- a/circle.yml +++ b/circle.yml @@ -19,6 +19,8 @@ dependencies: - cd testapp && npm update - npm start: background: true + - sudo tcpdump -i lo 'tcp && dst localhost' -w $CIRCLE_ARTIFACTS/localdump.pcap: + background: true test: override: