Skip to content

Commit

Permalink
Set LD_LIBRARY_PATH so csa library is found
Browse files Browse the repository at this point in the history
  • Loading branch information
jougs committed Oct 16, 2017
1 parent 892c7fe commit 1cf4325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ echo "+ R U N N E S T T E S T S U I T E
echo "+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +"
echo "MSGBLD0290: Running make installcheck."
export PYTHONPATH=$HOME/.cache/csa.install/lib/python2.7/site-packages:$PYTHONPATH
export LD_LIBRARY_PATH=$HOME/.cache/csa.install/lib:$LD_LIBRARY_PATH
make installcheck
echo "MSGBLD0300: Make installcheck completed."

Expand Down

0 comments on commit 1cf4325

Please sign in to comment.