<p>fixeria <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14374">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">start-testsuite.sh: do not override LD_LIBRARY_PATH<br><br>The Eclipse titan.core may not only be installed to hard-coded<br>'/usr/lib/titan' patch, but to any other location too. In the<br>later case, one would have to make sure that the custom path<br>is in $LD_LIBRARY_PATH. So we shall not override it.<br><br>Change-Id: I1ec28e8c3081d5de1bea90a7451791ac8cbbd27c<br>---<br>M start-testsuite.sh<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/start-testsuite.sh b/start-testsuite.sh</span><br><span>index 5740d3d..31bc891 100755</span><br><span>--- a/start-testsuite.sh</span><br><span>+++ b/start-testsuite.sh</span><br><span>@@ -21,7 +21,8 @@</span><br><span>        TEST=$3</span><br><span> fi</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-LD_LIBRARY_PATH="$SUITE_DIR:/usr/lib/titan:/usr/ttcn3/lib" ttcn3_start $SUITE $CFG $TEST</span><br><span style="color: hsl(120, 100%, 40%);">+TITAN_LIBRARY_PATH="/usr/lib/titan:/usr/ttcn3/lib"</span><br><span style="color: hsl(120, 100%, 40%);">+LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$SUITE_DIR:$TITAN_LIBRARY_PATH" ttcn3_start $SUITE $CFG $TEST</span><br><span> </span><br><span> expected="$SUITE_DIR/expected-results.xml"</span><br><span> if [ ! -f "$expected" ]; then</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14374">change 14374</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/+/14374"/><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: I1ec28e8c3081d5de1bea90a7451791ac8cbbd27c </div>
<div style="display:none"> Gerrit-Change-Number: 14374 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>