summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2006-03-30 18:09:44 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2006-03-30 18:09:44 (GMT)
commit72b16bcff9b9f96073c330ccd322196dd2c1883b (patch)
tree6963025b859c8d6a92e242dc3b25f8de302c917c /windows
parenta7e993d72be8fed2f0d63a8169e185bb2a298842 (diff)
downloadhdf5-72b16bcff9b9f96073c330ccd322196dd2c1883b.zip
hdf5-72b16bcff9b9f96073c330ccd322196dd2c1883b.tar.gz
hdf5-72b16bcff9b9f96073c330ccd322196dd2c1883b.tar.bz2
[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:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/tools/tooltest.bat2
1 files changed, 1 insertions, 1 deletions
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