remove old -w option

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3653 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2007-12-14 23:19:25 +00:00
parent 97541f4678
commit 0eb26d8980
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
@echo off
set PYTHON="c:\Python 25\python.exe"
%PYTHON% test.py -pvw %*
%PYTHON% test.py -pv %*

View file

@ -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