Skip to content

Commit dce6eaf

Browse files
export LD_LIBRARY_PATH to use builded libraries
1 parent 9cc0aab commit dce6eaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/travis.python.nosetests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Get mediaManager library
4-
export PYTHONPATH=`pwd`/build/dist/lib:`pwd`/build/dist/lib/python2.7/site-packages/:$PYTHONPATH
4+
export PYTHONPATH=`pwd`/build/dist/lib/python2.7/site-packages/:$PYTHONPATH
5+
export LD_LIBRARY_PATH=`pwd`/build/dist/lib:$LD_LIBRARY_PATH
56

67
# Get assets
78
git clone https://github.com/avTranscoder/avTranscoder-data.git
@@ -11,3 +12,4 @@ export MEDIA_MANAGER_TEST_AUDIO_FILE=`pwd`/avTranscoder-data/audio/frequenciesPe
1112
# Launch tests
1213
cd test/pyTest
1314
nosetests
15+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy