From ec8dc4e3f715bd6cac1d8641c1c89676ce4b8de8 Mon Sep 17 00:00:00 2001 From: Michael Giambalvo Date: Thu, 12 Jan 2017 14:40:53 -0800 Subject: [PATCH] chore(ci): Log tcp traffic on CircleCI 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: