mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-21 12:51:53 +00:00
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:
parent
97541f4678
commit
0eb26d8980
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
set PYTHON="c:\Python 25\python.exe"
|
||||
%PYTHON% test.py -pvw %*
|
||||
%PYTHON% test.py -pv %*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue