<p>Pau Espin Pedrol <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/14258">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3-sgsn: Run log_merge.sh after tests<br><br>Change-Id: If03422bb8fb126fe6f204a4f8bc6edf0cbb7f194<br>---<br>M ttcn3-sgsn-test/Dockerfile<br>1 file changed, 5 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-sgsn-test/Dockerfile b/ttcn3-sgsn-test/Dockerfile</span><br><span>index 42a53f2..fcc2c02 100644</span><br><span>--- a/ttcn3-sgsn-test/Dockerfile</span><br><span>+++ b/ttcn3-sgsn-test/Dockerfile</span><br><span>@@ -28,5 +28,8 @@</span><br><span> </span><br><span> COPY      SGSN_Tests.cfg /data/SGSN_Tests.cfg</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-WORKDIR /data</span><br><span style="color: hsl(0, 100%, 40%);">-ENTRYPOINT ["/osmo-ttcn3-hacks/start-testsuite.sh", "/osmo-ttcn3-hacks/sgsn/SGSN_Tests"]</span><br><span style="color: hsl(120, 100%, 40%);">+CMD   cd /data && \</span><br><span style="color: hsl(120, 100%, 40%);">+ /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sgsn/SGSN_Tests; \</span><br><span style="color: hsl(120, 100%, 40%);">+     exit_code=$?; \</span><br><span style="color: hsl(120, 100%, 40%);">+       /osmo-ttcn3-hacks/log_merge.sh SGSN_Tests --rm; \</span><br><span style="color: hsl(120, 100%, 40%);">+     exit $exit_code</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14258">change 14258</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/14258"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: If03422bb8fb126fe6f204a4f8bc6edf0cbb7f194 </div>
<div style="display:none"> Gerrit-Change-Number: 14258 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>