Skip to content

Commit

Permalink
Install gdb so that we can pull the trace when something crashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Sep 18, 2017
1 parent a5fced4 commit d88b5f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/do-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ make
make clean
#sudo pip install -r requirements.txt
#sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install libgsm1-dev libsndfile1-dev tcpdump curl
sudo DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confnew" \
install -y libgsm1-dev libsndfile1-dev tcpdump curl wireshark-common gdb
tcpdump --version || true
mkdir deps
cd deps
Expand Down

0 comments on commit d88b5f2

Please sign in to comment.