Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11b5347

Browse files
committed
Add Travis nose tests verbose
1 parent19ac071 commit11b5347

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)

[8]ページ先頭

©2009-2025 Movatter.jp