Skip to content

Commit 1a894e3

Browse files
author
Clement Champetier
committed
Travis: print progress of tests to a text file
Fixed a Travis error: "The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over)."
1 parent 4aaeefb commit 1a894e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/travis/python.nosetests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ export AVTRANSCODER_TEST_IMAGE_PNG_FILE=`pwd`/avTranscoder-data/image/BigBuckBun
1818
export AVTRANSCODER_TEST_IMAGE_JPG_FILE=`pwd`/avTranscoder-data/image/BigBuckBunny/title_anouncement.thumbnail.jpg
1919

2020
# Launch tests
21-
nosetests ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage
21+
nosetests ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage > progress.txt
22+

0 commit comments

Comments
 (0)