summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-12-21 20:58:59 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-12-21 20:58:59 (GMT)
commited6944c01211775eac06fd39ce15648c18fa1ecd (patch)
tree1b49dd8591164c6f72739f6f30afcf0805bc005d
parent6cf24a160b185ca09fe31d7713e39b0ffaf40aa3 (diff)
downloadhdf5-ed6944c01211775eac06fd39ce15648c18fa1ecd.zip
hdf5-ed6944c01211775eac06fd39ce15648c18fa1ecd.tar.gz
hdf5-ed6944c01211775eac06fd39ce15648c18fa1ecd.tar.bz2
[svn-r11829] Purpose:
Maintenance on Windows Description: Fix an error Solution: Platforms tested: Misc. update:
-rw-r--r--windows/hl/fortran/examples/test_hl_f90examples.BAT9
1 files changed, 6 insertions, 3 deletions
diff --git a/windows/hl/fortran/examples/test_hl_f90examples.BAT b/windows/hl/fortran/examples/test_hl_f90examples.BAT
index 6466d82..d258eec 100644
--- a/windows/hl/fortran/examples/test_hl_f90examples.BAT
+++ b/windows/hl/fortran/examples/test_hl_f90examples.BAT
@@ -29,11 +29,14 @@ if %2.==. GOTO TEST
GOTO WRONG
:TEST
-echo Testing %1 %2 version of High Level Fortran examples
echo.
-
HLf90examples%1%2\ex_lite%2
-
+if ERRORLEVEL == 0 (
+echo. %1 %2 version of High Level Fortran examples PASSED
+)else (
+echo. %1 %2 version of High Level Fortran examples FAILED
+)
+echo.
GOTO END
:WRONG