Skip to content

Commit 11b5347

Browse files
committed
Add Travis nose tests verbose
1 parent 19ac071 commit 11b5347

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/travis/python.nosetests.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ export AVTRANSCODER_TEST_IMAGE_PNG_FILE=`pwd`/avTranscoder-data/image/BigBuckBun
2020
export AVTRANSCODER_TEST_IMAGE_JPG_FILE=`pwd`/avTranscoder-data/image/BigBuckBunny/title_anouncement.thumbnail.jpg
2121

2222
# Launch tests
23-
nosetests3 -w ${TRAVIS_BUILD_DIR}/test/pyTest --with-coverage --nocapture > progress.txt
23+
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

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