You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2018/02/15 13:47:22 UTC

qpid-interop-test git commit: QPIDIT-109: Minor change to handling of PYTHON3PATH in config.sh file

Repository: qpid-interop-test
Updated Branches:
  refs/heads/master 77efd7582 -> 887d38686


QPIDIT-109: Minor change to handling of PYTHON3PATH in config.sh file


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/887d3868
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/887d3868
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/887d3868

Branch: refs/heads/master
Commit: 887d386864225f83accfdfa1773cab3b9d694f31
Parents: 77efd75
Author: Kim van der Riet <kv...@localhost.localdomain>
Authored: Thu Feb 15 08:46:50 2018 -0500
Committer: Kim van der Riet <kv...@localhost.localdomain>
Committed: Thu Feb 15 08:46:50 2018 -0500

----------------------------------------------------------------------
 config.sh.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/887d3868/config.sh.in
----------------------------------------------------------------------
diff --git a/config.sh.in b/config.sh.in
index a76a7d0..dff4634 100644
--- a/config.sh.in
+++ b/config.sh.in
@@ -20,6 +20,7 @@ export QPID_INTEROP_TEST_HOME=@CMAKE_SOURCE_DIR@
 export QIT_INSTALL_PREFIX=@CMAKE_INSTALL_PREFIX@
 CURRENT_PYTHONPATH=$PYTHONPATH
 export PYTHONPATH=@CMAKE_INSTALL_PREFIX@/lib64/proton/bindings/python:@CMAKE_INSTALL_PREFIX@/lib/@PYTHON_DIR_NAME@/site-packages:@CMAKE_INSTALL_PREFIX@/libexec/qpid_interop_test/shims/qpid-proton-python:$CURRENT_PYTHONPATH
-export PYTHON3PATH=@CMAKE_INSTALL_PREFIX@/lib64/proton/bindings/python3:@CMAKE_INSTALL_PREFIX@/lib/@PYTHON_DIR_NAME@/site-packages:@CMAKE_INSTALL_PREFIX@/libexec/qpid_interop_test/shims/qpid-proton-python:$CURRENT_PYTHONPATH
+CURRENT_PYTHON3PATH=$PYTHON3PATH
+export PYTHON3PATH=@CMAKE_INSTALL_PREFIX@/lib64/proton/bindings/python3:@CMAKE_INSTALL_PREFIX@/lib/@PYTHON_DIR_NAME@/site-packages:@CMAKE_INSTALL_PREFIX@/libexec/qpid_interop_test/shims/qpid-proton-python:$CURRENT_PYTHON3PATH
 export LD_LIBRARY_PATH=@CMAKE_INSTALL_PREFIX@/lib64:$LD_LIBRARY_PATH
 export PATH=@CMAKE_INSTALL_PREFIX@/lib/@PYTHON_DIR_NAME@/site-packages/qpid_interop_test:$PATH


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org