[MERGED] osmo-ttcn3-hacks[master]: start-testsuite.sh: Add archlinux tccn3 path to LD_LIBRARY_PATH

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Jan 29 21:33:29 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: start-testsuite.sh: Add archlinux tccn3 path to LD_LIBRARY_PATH
......................................................................


start-testsuite.sh: Add archlinux tccn3 path to LD_LIBRARY_PATH

Archlinux installs ttcn33 libaries in /usr/ttcn3/lib (titan-git package from AUR).

Change-Id: I99219f4ab36c82e562ef3fed047d3c52d64497f1
---
M start-testsuite.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/start-testsuite.sh b/start-testsuite.sh
index 87cf08b..a291a4f 100755
--- a/start-testsuite.sh
+++ b/start-testsuite.sh
@@ -15,4 +15,4 @@
 	CFG=$2
 fi
 
-LD_LIBRARY_PATH=`dirname $SUITE`:/usr/lib/titan ttcn3_start $SUITE $CFG
+LD_LIBRARY_PATH=`dirname $SUITE`:/usr/lib/titan:/usr/ttcn3/lib ttcn3_start $SUITE $CFG

-- 
To view, visit https://gerrit.osmocom.org/6151
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I99219f4ab36c82e562ef3fed047d3c52d64497f1
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list