<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-dev/+/25188">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3.sh: set LD_LIBRARY_PATH=/usr/local/lib<br><br>Fix for Osmocom programs using system's shared libraries, instead of the<br>ones mounted into /usr/local.<br><br>For example, for osmo-bsc the libosmocore installed in the<br>osmo-bsc-master docker container would be used (installed via apt from<br>OBS nightly) instead of the version that osmo-dev built from source.<br><br>Change-Id: I0dd7fb544ca59cb1df19fc3d73cfd07f3374e123<br>---<br>M ttcn3/ttcn3.sh<br>1 file changed, 5 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/88/25188/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 b25c239..9f8c1f3 100755</span><br><span>--- a/ttcn3/ttcn3.sh</span><br><span>+++ b/ttcn3/ttcn3.sh</span><br><span>@@ -245,7 +245,11 @@</span><br><span>         fi</span><br><span> </span><br><span>       cd "$(get_testsuite_dir_docker)"</span><br><span style="color: hsl(0, 100%, 40%);">-      export DOCKER_ARGS="-v /usr/local:/usr/local:ro -v $hacks:/osmo-ttcn3-hacks:ro"</span><br><span style="color: hsl(120, 100%, 40%);">+     export DOCKER_ARGS="\</span><br><span style="color: hsl(120, 100%, 40%);">+            -e LD_LIBRARY_PATH=/usr/local/lib \</span><br><span style="color: hsl(120, 100%, 40%);">+           -v /usr/local:/usr/local:ro \</span><br><span style="color: hsl(120, 100%, 40%);">+         -v $hacks:/osmo-ttcn3-hacks:ro \</span><br><span style="color: hsl(120, 100%, 40%);">+              "</span><br><span>       export NO_LIST_OSMO_PACKAGES=1</span><br><span>       ./jenkins.sh</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-dev/+/25188">change 25188</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/+/25188"/><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: I0dd7fb544ca59cb1df19fc3d73cfd07f3374e123 </div>
<div style="display:none"> Gerrit-Change-Number: 25188 </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>