diff options
Diffstat (limited to 'windows/fortran/test/checkfortrantests.bat')
-rw-r--r-- | windows/fortran/test/checkfortrantests.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/fortran/test/checkfortrantests.bat b/windows/fortran/test/checkfortrantests.bat index e4d7a4e..d806e7e 100644 --- a/windows/fortran/test/checkfortrantests.bat +++ b/windows/fortran/test/checkfortrantests.bat @@ -95,8 +95,8 @@ rem on it for sending parameters. --SJW 9/6/07 if "%nerrors%"=="0" (
echo.All Fortran library tests passed.
) else (
- echo.** FAILED Fortran Library tests.
+ echo.** FAILED Fortran library tests.
)
-
+
popd
endlocal & exit /b %nerrors%
|