File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,9 @@ addons:
81
81
- cmake
82
82
- swig
83
83
- python3-dev
84
- - python3-nose
85
84
- python3
85
+ - python3-nose
86
+ - python3-coverage
86
87
- freeglut3-dev
87
88
88
89
cache :
Original file line number Diff line number Diff line change @@ -257,6 +257,8 @@ def testRewrapVideoNegativeOffset():
257
257
dst_videoStream = dst_properties .getVideoProperties ()[0 ]
258
258
259
259
# check output duration
260
+ print "Source duration" , src_videoStream .getDuration ()
261
+ print "Destination duration" , dst_videoStream .getDuration ()
260
262
assert_equals ( src_videoStream .getDuration () + offset , dst_videoStream .getDuration () )
261
263
assert_equals ( src_videoStream .getNbFrames () + ( offset * dst_videoStream .getFps () ), dst_videoStream .getNbFrames () )
262
264
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ export AVTRANSCODER_TEST_IMAGE_PNG_FILE=`pwd`/avTranscoder-data/image/BigBuckBun
20
20
export AVTRANSCODER_TEST_IMAGE_JPG_FILE=` pwd` /avTranscoder-data/image/BigBuckBunny/title_anouncement.thumbnail.jpg
21
21
22
22
# Launch tests
23
- nosetests3 -w ${TRAVIS_BUILD_DIR} /test/pyTest --with-coverage > progress.txt
23
+ nosetests3 -w ${TRAVIS_BUILD_DIR} /test/pyTest --with-coverage --nocapture > progress.txt
You can’t perform that action at this time.
0 commit comments