From 72b16bcff9b9f96073c330ccd322196dd2c1883b Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Thu, 30 Mar 2006 13:09:44 -0500 Subject: [svn-r12181] Purpose: Maintenance on Windows Description: Change output for skip tests from "SKIP" to "-SKIP-" for easier tell the skiped tests Solution: Platforms tested: Windows XP Misc. update: --- windows/tools/tooltest.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/tools/tooltest.bat b/windows/tools/tooltest.bat index 00b72e6..feb20fc 100755 --- a/windows/tools/tooltest.bat +++ b/windows/tools/tooltest.bat @@ -265,7 +265,7 @@ :SKIP set flagout=%flag:..\..\testfiles\=% set flagout=%flagout:..\..\temptest\=% - set result=SKIPED + set result=-SKIPED- set /A totalskip=totalskip+1 goto ALIGN -- cgit v0.12