ttcn3-tcpdump-stop.sh: compress capture files with gzip

Since we have enabled the GSMTAP logging, test case capture files
now contain a lot of textual information that can be efficiently
compressed with gzip.  That would make the "Build artifacts"
take much less space on Jenkins.

Change-Id: Ibdf5312bb9ff802d7ce7d00c690facdd79839782
This commit is contained in:
Vadim Yanitskiy 2020-07-12 15:49:37 +07:00
parent 56f2478e9c
commit f949f465ba
1 changed files with 2 additions and 0 deletions

View File

@ -48,3 +48,5 @@ done
kill_rm_pidfile "$PIDFILE_PCAP"
kill_rm_pidfile "$PIDFILE_NETCAT"
gzip "$TTCN3_PCAP_PATH/$TESTCASE.pcap"