[Asterisk-code-review] run-local: Prepend path with location of bundled pjsua. (testsuite[master])

Corey Farrell asteriskteam at digium.com
Thu Sep 29 15:38:41 CDT 2016


Corey Farrell has uploaded a new change for review.

  https://gerrit.asterisk.org/4007

Change subject: run-local: Prepend path with location of bundled pjsua.
......................................................................

run-local: Prepend path with location of bundled pjsua.

Change-Id: I12e6bb16c7bfdccc42c1a51cf15866d13a287941
---
M run-local
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/07/4007/1

diff --git a/run-local b/run-local
index 026a063..4288fbc 100755
--- a/run-local
+++ b/run-local
@@ -68,7 +68,7 @@
 	# Prepend $PATH to include locations populated by ./run-local setup
 	#     astroot/usr/local/bin - asttest
 	#     astroot/usr/sbin      - asterisk
-	export PATH="$HERE/astroot/usr/local/bin:$HERE/astroot/usr/sbin:$PATH"
+	export PATH="$HERE/astroot/var/lib/asterisk/third-party/pjproject:$HERE/astroot/usr/local/bin:$HERE/astroot/usr/sbin:$PATH"
         # Preprend ':' if LD_LIBRARY_PATH is not empty:
 	LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
 	# Libraries could be in lib or lib64 so search for libasteriskssl.so

-- 
To view, visit https://gerrit.asterisk.org/4007
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I12e6bb16c7bfdccc42c1a51cf15866d13a287941
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Corey Farrell <git at cfware.com>



More information about the asterisk-code-review mailing list