Skip to content

Commit

Permalink
Merge pull request grpc#1718 from soltanmm/fix-py-test-linkage-on-mac
Browse files Browse the repository at this point in the history
Fix MacOS Python test linker paths
  • Loading branch information
nicolasnoble committed May 22, 2015
2 parents a4c44c2 + d86576f commit 7a875f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run_tests/run_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $*

0 comments on commit 7a875f1

Please sign in to comment.