summaryrefslogtreecommitdiffstats
path: root/windows/tools/h5dump
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-04-14 15:03:26 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-04-14 15:03:26 (GMT)
commit79e97a0e9e51cff09a6ad30b8880220ac71ad357 (patch)
tree75cb0bf87c48da5fd02faaa56e4ea699f0dbde16 /windows/tools/h5dump
parent0d68a748cc90ef119a1ba26ee39b8cbe18d3e159 (diff)
downloadhdf5-79e97a0e9e51cff09a6ad30b8880220ac71ad357.zip
hdf5-79e97a0e9e51cff09a6ad30b8880220ac71ad357.tar.gz
hdf5-79e97a0e9e51cff09a6ad30b8880220ac71ad357.tar.bz2
[svn-r14836] Purpose: Remove English-specific code from Windows test scripts
Description: In previous versions of Windows, the builtin 'FC' command (diff equivalent) didn't return proper exit status. As a work-around, we parsed the message returned to check status. This relies on English return messages. In current Windows XP and Windows Vista, FC will return exit status as expected, so we can remove this workaround. Older platforms where we would need this workaround are no longer supported. Tested: VS2005 on Windows XP Small test on Windows Vista
Diffstat (limited to 'windows/tools/h5dump')
-rw-r--r--windows/tools/h5dump/testh5dump.bat4
-rw-r--r--windows/tools/h5dump/testh5dumpxml.bat4
2 files changed, 4 insertions, 4 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat
index 9f202c5..5de0dfe 100644
--- a/windows/tools/h5dump/testh5dump.bat
+++ b/windows/tools/h5dump/testh5dump.bat
@@ -124,7 +124,7 @@ rem
call :testing CREATED %params%
copy /y %actual% %expect% > nul
) else (
- fc /w %expect% %actual% | find "FC: no diff" > nul
+ fc /w %expect% %actual% > nul
if !errorlevel! equ 0 (
call :testing PASSED %params%
) else (
@@ -176,7 +176,7 @@ rem use for the binary tests that expect a full path in -o
call :testing CREATED %params%
copy /y %actual% %expect% > nul
) else (
- fc /w %expect% %actual% | find "FC: no diff" > nul
+ fc /w %expect% %actual% > nul
if !errorlevel! equ 0 (
call :testing PASSED %params%
) else (
diff --git a/windows/tools/h5dump/testh5dumpxml.bat b/windows/tools/h5dump/testh5dumpxml.bat
index 7fd04f3..1b7893e 100644
--- a/windows/tools/h5dump/testh5dumpxml.bat
+++ b/windows/tools/h5dump/testh5dumpxml.bat
@@ -89,7 +89,7 @@ rem
call :testing CREATED %params%
copy %actual% %expect% > nul
) else (
- fc /w %expect% %actual% | find "FC: no diff" > nul
+ fc /w %expect% %actual% > nul
if !errorlevel! equ 0 (
call :testing PASSED %params%
) else (
@@ -212,4 +212,4 @@ rem ############################################################################
popd
endlocal & exit /b %nerrors%
- \ No newline at end of file
+