From: Tomas Mlcoch Date: Wed, 15 May 2013 08:09:42 +0000 (+0200) Subject: tests: Add -v (verbose) to python nosetests. X-Git-Tag: upstream/0.2.1~189 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e54187186d6be62900ce4f58e3c84d77c7a0ad6;p=services%2Fcreaterepo_c.git tests: Add -v (verbose) to python nosetests. --- diff --git a/tests/python/tests/run_nosetests.sh.in b/tests/python/tests/run_nosetests.sh.in index 64041b8..b1eeaa1 100755 --- a/tests/python/tests/run_nosetests.sh.in +++ b/tests/python/tests/run_nosetests.sh.in @@ -1 +1 @@ -PYTHONPATH=${CMAKE_BINARY_DIR}/src/python/ nosetests -s ${CMAKE_CURRENT_SOURCE_DIR}/ +PYTHONPATH=${CMAKE_BINARY_DIR}/src/python/ nosetests -s -v ${CMAKE_CURRENT_SOURCE_DIR}/