Use verbose nosetests (to easily ensure tests are being run).
authorW. Trevor King <wking@drexel.edu>
Fri, 5 Nov 2010 20:55:04 +0000 (16:55 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 5 Nov 2010 21:01:52 +0000 (17:01 -0400)
misc/hooks/pre-commit-pysawsim-check

index fc7288f1b80e6cda0e5e41dbfb588e471c898cb8..0e1d0aa9513c2c3ccd95dad1a2686cc3de95d39d 100755 (executable)
@@ -6,7 +6,7 @@ CORES=$(python -c 'from multiprocessing import cpu_count; print cpu_count()' \
     || exit 1)
 #CORES=1
 
     || 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)
 
 
 HAS_MPD=$(which mpdallexit 2>/dev/null)