<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19235">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fixup ttcn3-tcpdump-stop.sh: add --force flag to gzip<br><br>When a directory path for the "build artifacts" is not specified,<br>'/tmp' would be used by default.  When running the same text<br>case more than once, gzip will be asking for confirmation whether<br>to overwrite the existing capture file.  Let's do this by default.<br><br>Change-Id: I357f3d9c5dc5963f4b709166bb659f3f66a721b8<br>---<br>M ttcn3-tcpdump-stop.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/35/19235/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-tcpdump-stop.sh b/ttcn3-tcpdump-stop.sh</span><br><span>index ac192ca..b2a3a3e 100755</span><br><span>--- a/ttcn3-tcpdump-stop.sh</span><br><span>+++ b/ttcn3-tcpdump-stop.sh</span><br><span>@@ -49,4 +49,4 @@</span><br><span> kill_rm_pidfile "$PIDFILE_PCAP"</span><br><span> kill_rm_pidfile "$PIDFILE_NETCAT"</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-gzip "$TTCN3_PCAP_PATH/$TESTCASE.pcap"</span><br><span style="color: hsl(120, 100%, 40%);">+gzip -f "$TTCN3_PCAP_PATH/$TESTCASE.pcap"</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19235">change 19235</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19235"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I357f3d9c5dc5963f4b709166bb659f3f66a721b8 </div>
<div style="display:none"> Gerrit-Change-Number: 19235 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>