[svn-r18325] Updated test script to match *nix shell script.
Tested: windows
This commit is contained in:
@@ -22,6 +22,9 @@ rem
|
||||
setlocal enabledelayedexpansion
|
||||
pushd %~dp0
|
||||
|
||||
set EXIT_SUCCESS=0
|
||||
set EXIT_FAILURE=1
|
||||
|
||||
set h5pubconf=%CD%\..\..\src\h5pubconf.h
|
||||
|
||||
rem Determine which filters are available
|
||||
@@ -160,11 +163,15 @@ rem ############################################################################
|
||||
call :tooltest h5stat_filters-d.ddl -d h5stat_filters.h5
|
||||
call :tooltest h5stat_filters-g.ddl -g h5stat_filters.h5
|
||||
call :tooltest h5stat_filters-dT.ddl -dT h5stat_filters.h5
|
||||
call :tooltest h5stat_filters-UD.ddl -D h5stat_filters.h5
|
||||
call :tooltest h5stat_filters-UT.ddl -T h5stat_filters.h5
|
||||
rem h5stat_tsohm.h5 is a copy of ../../../test/tsohm.h5 generated by tsohm.c
|
||||
rem as of release 1.8.0-alpha4
|
||||
call :tooltest h5stat_tsohm.ddl h5stat_tsohm.h5
|
||||
rem h5stat_newgrat.h5 is generated by h5stat_gentest.c
|
||||
call :tooltest h5stat_newgrat.ddl h5stat_newgrat.h5
|
||||
call :tooltest h5stat_newgrat-UG.ddl -G h5stat_newgrat.h5
|
||||
call :tooltest h5stat_newgrat-UA.ddl -A h5stat_newgrat.h5
|
||||
echo.
|
||||
|
||||
if %nerrors% equ 0 (
|
||||
|
||||
Reference in New Issue
Block a user