We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ac071 commit 11b5347Copy full SHA for 11b5347
tools/travis/python.nosetests.sh
@@ -20,4 +20,9 @@ export AVTRANSCODER_TEST_IMAGE_PNG_FILE=`pwd`/avTranscoder-data/image/BigBuckBun
20
export AVTRANSCODER_TEST_IMAGE_JPG_FILE=`pwd`/avTranscoder-data/image/BigBuckBunny/title_anouncement.thumbnail.jpg
21
22
# Launch tests
23
-nosetests3 -w ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage --nocapture > progress.txt
+nosetests3 -w ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage --nocapture --verbose > progress.txt
24
+
25
+TEST_EXIT_CODE=$?
26
+if [ $TEST_EXIT_CODE != 0 ]; then cat progress.txt; fi
27
28
+exit($TEST_EXIT_CODE)
0 commit comments