diff --git a/scripts/test.bat b/scripts/test.bat index 529c9abe..f8e4b2da 100755 --- a/scripts/test.bat +++ b/scripts/test.bat @@ -1,3 +1,3 @@ @echo off set PYTHON="c:\Python 25\python.exe" -%PYTHON% test.py -pvw %* +%PYTHON% test.py -pv %* diff --git a/scripts/test.sh b/scripts/test.sh index 27a35a81..faed11d7 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -4,7 +4,7 @@ RESOURCES=`$P/resources.sh` if [ $# -eq 0 ]; then coverage="--coverage" fi -$P/run.sh test.py $RESOURCES $coverage -pvcw "$@" +$P/run.sh test.py $RESOURCES $coverage -pvc "$@" res=$? if [ $# -eq 0 ]; then # remove files with 100% coverage