diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-02-26 21:33:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-02-26 21:33:31 (GMT) |
commit | d75cd486e1394f023f0cc5d8ddfec63f96b8763b (patch) | |
tree | ac8fcbe1291380453315a6f99c456db9854100ed /windows | |
parent | f8c5384aa534a60d6e23697d30d9f56c6f0257aa (diff) | |
download | hdf5-d75cd486e1394f023f0cc5d8ddfec63f96b8763b.zip hdf5-d75cd486e1394f023f0cc5d8ddfec63f96b8763b.tar.gz hdf5-d75cd486e1394f023f0cc5d8ddfec63f96b8763b.tar.bz2 |
[svn-r16521] Changed windows batch file due r16518. As all windows OS are always LE on all platforms, simply added le to the two locations where these files are used.
Tested:
Vista 32 VS2008
Diffstat (limited to 'windows')
-rw-r--r-- | windows/tools/h5ls/testh5ls.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/tools/h5ls/testh5ls.bat b/windows/tools/h5ls/testh5ls.bat index 469e8df..bf0cb5e 100644 --- a/windows/tools/h5ls/testh5ls.bat +++ b/windows/tools/h5ls/testh5ls.bat @@ -219,10 +219,10 @@ rem ############################################################################ call :tooltest nosuchfile.ls 0 nosuchfile.h5
rem test for variable length data types in verbose mode
- call :tooltest tvldtypes2.ls 0 -v tvldtypes1.h5
+ call :tooltest tvldtypes2le.ls 0 -v tvldtypes1.h5
rem test for dataset region references data types in verbose mode
- call :tooltest tdatareg.ls 0 -v tdatareg.h5
+ call :tooltest tdataregle.ls 0 -v tdatareg.h5
if %nerrors% equ 0 (
echo.All h5ls tests passed.
|