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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">start-testsuite.sh: Add commented-out section for using custom TITAN<br><br>Sometimes it's useful to test with a non-installed locally-compiled<br>version of Eclipse TITAN.  This adds an example on how to do that.<br><br>Change-Id: I6a8c26becff868a3d2fcd3a01e2c03adfc748e0a<br>---<br>M start-testsuite.sh<br>1 file changed, 9 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 54332bb..e5bc756 100755</span><br><span>--- a/start-testsuite.sh</span><br><span>+++ b/start-testsuite.sh</span><br><span>@@ -36,8 +36,16 @@</span><br><span>    TEST=$3</span><br><span> fi</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# this is an example for using a non-installed custom (e.g. git master) TITAN</span><br><span style="color: hsl(120, 100%, 40%);">+#TTCN3_DIR="/home/laforge/projects/git/titan/titan.core/Install"</span><br><span style="color: hsl(120, 100%, 40%);">+#export TTCN3_DIR</span><br><span style="color: hsl(120, 100%, 40%);">+#TITAN_LIBRARY_PATH="$TTCN3_DIR/lib"</span><br><span style="color: hsl(120, 100%, 40%);">+#TTCN3_BIN_DIR="$TTCN3_DIR/bin"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+# below is for the debian packages</span><br><span style="color: hsl(120, 100%, 40%);">+TTCN3_BIN_DIR="/usr/bin"</span><br><span> TITAN_LIBRARY_PATH="/usr/lib/titan:/usr/ttcn3/lib"</span><br><span style="color: hsl(0, 100%, 40%);">-LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$SUITE_DIR:$TITAN_LIBRARY_PATH" ttcn3_start $SUITE $CFG $TEST</span><br><span style="color: hsl(120, 100%, 40%);">+LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$SUITE_DIR:$TITAN_LIBRARY_PATH" "$TTCN3_BIN_DIR/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/+/15192">change 15192</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/+/15192"/><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: I6a8c26becff868a3d2fcd3a01e2c03adfc748e0a </div>
<div style="display:none"> Gerrit-Change-Number: 15192 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>