<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9890">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Stop testcase execution after failing<br><br>This hopefully prevents the verdict from changing to a dynamic test case<br>error during an unclean termination<br><br>Change-Id: I20e156982ae8150a9e7a145f66283de4a5d8e0bd<br>---<br>M bts/BTS_Tests.ttcn<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/90/9890/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn</span><br><span>index dbb8313..0583171 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -757,7 +757,7 @@</span><br><span>               var octetstring l3 := substr(dl.payload.data_ind.payload, 4, 19);</span><br><span>            if (match(l3, l3_exp)) {</span><br><span>                     setverdict(fail, "Received unexpected SACCH ", dl);</span><br><span style="color: hsl(0, 100%, 40%);">-                   self.stop;</span><br><span style="color: hsl(120, 100%, 40%);">+                    mtc.stop;</span><br><span>            } else {</span><br><span>                     repeat;</span><br><span>              }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9890">change 9890</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/9890"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I20e156982ae8150a9e7a145f66283de4a5d8e0bd </div>
<div style="display:none"> Gerrit-Change-Number: 9890 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>