summaryrefslogtreecommitdiffstats
path: root/windows/c++/test/checkcpptests.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/c++/test/checkcpptests.bat')
-rw-r--r--windows/c++/test/checkcpptests.bat5
1 files changed, 2 insertions, 3 deletions
diff --git a/windows/c++/test/checkcpptests.bat b/windows/c++/test/checkcpptests.bat
index 285210d..828de6d 100644
--- a/windows/c++/test/checkcpptests.bat
+++ b/windows/c++/test/checkcpptests.bat
@@ -91,9 +91,8 @@ rem on it for sending parameters. --SJW 9/6/07
if "%nerrors%"=="0" (
echo.All C++ library tests passed.
) else (
- echo.** FAILED C++ Library tests.
+ echo.** FAILED C++ library tests.
)
-
+
popd
endlocal & exit /b %nerrors%
- \ No newline at end of file