<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-dev/+/25232">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3.sh: run gen_makefile.py with --no-make-check<br><br>On my system, when building all components in docker, some of the C tests<br>don't pass (but they do pass on jenkins.osmocom.org, which runs a<br>similar setup). Do the easy workaround and just disable C tests, the<br>point of ttcn3.sh is to have fast ttcn-3 test iterations anyway, running<br>the C tests additionally slow each iteration down. One can run the C<br>tests before submitting changes, e.g. by building with osmo-dev without<br>ttcn3.sh.<br><br>Change-Id: I946635f1ec09f23428965f3db514027f64921fe4<br>---<br>M ttcn3/ttcn3.sh<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/32/25232/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh</span><br><span>index 20d6184..72a258c 100755</span><br><span>--- a/ttcn3/ttcn3.sh</span><br><span>+++ b/ttcn3/ttcn3.sh</span><br><span>@@ -118,7 +118,8 @@</span><br><span>                 ttcn3/ttcn3.opts \</span><br><span>           --docker-cmd "$docker_cmd" \</span><br><span>               --make-dir "$DIR_MAKE" \</span><br><span style="color: hsl(0, 100%, 40%);">-              --no-ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+         --no-ldconfig \</span><br><span style="color: hsl(120, 100%, 40%);">+               --no-make-check</span><br><span> }</span><br><span> </span><br><span> # $1: name of repository (e.g. osmo-ttcn3-hacks)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-dev/+/25232">change 25232</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-dev/+/25232"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-dev </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I946635f1ec09f23428965f3db514027f64921fe4 </div>
<div style="display:none"> Gerrit-Change-Number: 25232 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>