aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-22 10:33:45 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-22 10:33:45 -0700
commit7a875f1a744dc3bb2f1a52a0e13e192d92d3dfc5 (patch)
tree5718a87dfe5cb3d79013ae06fe72b2dbb6819870
parenta4c44c2bcfa8562798b828862532b36cb76a0945 (diff)
parentd86576f2e51ba49080b110e13a0bacb5916e8aaf (diff)
Merge pull request #1718 from soltanmm/fix-py-test-linkage-on-mac
Fix MacOS Python test linker paths
-rwxr-xr-xtools/run_tests/run_python.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/run_python.sh b/tools/run_tests/run_python.sh
index f0e091f47a..cab08f9358 100755
--- a/tools/run_tests/run_python.sh
+++ b/tools/run_tests/run_python.sh
@@ -35,5 +35,6 @@ cd $(dirname $0)/../..
root=`pwd`
export LD_LIBRARY_PATH=$root/libs/$CONFIG
+export DYLD_LIBRARY_PATH=$root/libs/$CONFIG
source python2.7_virtual_environment/bin/activate
python2.7 -B $*