Skip to content

Commit ef16095

Browse files
author
Clement Champetier
committed
Travis tests script: get assets from avTranscoder-data repository
The assets will be necessary for some functional tests of the library.
1 parent 314597c commit ef16095

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tools/travis.python.nosetests.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#!/bin/bash
22

3+
# Get avtranscoder library
34
export PYTHONPATH=`pwd`/build/dist/lib:`pwd`/build/dist/lib/python2.7/site-packages/:$PYTHONPATH
45

5-
export AVTRANSCODER_TEST_VIDEO_FILE=`pwd`/data/video/video.mxf
6-
export AVTRANSCODER_TEST_AUDIO_FILE=`pwd`/data/audio/audio.wav
6+
# Get assets
7+
git clone https://github.com/avTranscoder/avTranscoder-data.git
8+
export AVTRANSCODER_TEST_VIDEO_FILE=`pwd`/avTranscoder-data/video/BigBuckBunny/BigBuckBunny_480p_stereo.avi
9+
export AVTRANSCODER_TEST_AUDIO_FILE=`pwd`/avTranscoder-data/audio/frequenciesPerChannel.wav
710

11+
# Launch tests
812
cd test/pyTest
9-
1013
nosetests

0 commit comments

Comments
 (0)