From 0eb26d89805e4eed8d14881d881208b9e11ede16 Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 14 Dec 2007 23:19:25 +0000 Subject: [PATCH] remove old -w option git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3653 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- scripts/test.bat | 2 +- scripts/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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