Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(ci): Log tcp traffic on CircleCI (#3971)
Browse files Browse the repository at this point in the history
A little bit excessive, but this will really help debugging issues with
Blocking Proxy.
  • Loading branch information
heathkit committed Jan 18, 2017
1 parent 23bc943 commit b9cc224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9cc224

Please sign in to comment.