From: W. Trevor King Date: Fri, 5 Nov 2010 20:55:04 +0000 (-0400) Subject: Use verbose nosetests (to easily ensure tests are being run). X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=ef6cb3423ef3c91e955a1c90a148835829c45bbb Use verbose nosetests (to easily ensure tests are being run). --- diff --git a/misc/hooks/pre-commit-pysawsim-check b/misc/hooks/pre-commit-pysawsim-check index fc7288f..0e1d0aa 100755 --- a/misc/hooks/pre-commit-pysawsim-check +++ b/misc/hooks/pre-commit-pysawsim-check @@ -6,7 +6,7 @@ CORES=$(python -c 'from multiprocessing import cpu_count; print cpu_count()' \ || exit 1) #CORES=1 -NOSE="nosetests --with-doctest --doctest-tests --processes $CORES" +NOSE="nosetests -vv --with-doctest --doctest-tests --processes $CORES" HAS_MPD=$(which mpdallexit 2>/dev/null)