summaryrefslogtreecommitdiff
path: root/RunTest.bat
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-16 08:35:42 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-16 08:35:42 +0000
commitc79fd890ec446bf923ba9d4f16e54908db38df29 (patch)
treeecafc83a1b7f88a6dd9f00605ebaa645cb79bf80 /RunTest.bat
parent5e65b4b723e9252019890e3e6118e5b4fab5169d (diff)
downloadpcre-c79fd890ec446bf923ba9d4f16e54908db38df29.tar.gz
Fix compiler warnings
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@883 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest.bat')
-rw-r--r--RunTest.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/RunTest.bat b/RunTest.bat
index 2d3b68a..9fc33c8 100644
--- a/RunTest.bat
+++ b/RunTest.bat
@@ -231,7 +231,6 @@ if [%1]==[11] (
)
if errorlevel 1 (
echo. failed comparison: fc /n "%srcdir%\testdata\%testoutput%" "%2%bits%\%testoutput%"
- set failed="yes"
if [%1]==[2] (
echo.
echo ** Test 2 requires a lot of stack. PCRE can be configured to
@@ -242,13 +241,14 @@ if errorlevel 1 (
echo.
)
if [%1]==[3] (
- set failed="no"
echo.
echo ** Test 3 failure usually means french locale is not
echo ** available on the system, rather than a bug or problem with PCRE.
echo.
+ goto :eof
)
+ set failed="yes"
goto :eof
)
@@ -370,6 +370,7 @@ goto :eof
echo Test 14 Skipped when running 16-bit tests.
goto :eof
)
+ copy /Y "%srcdir%\testdata\saved16" testsaved16
call :runsub 14 testout "Specials for the basic 8-bit library" -q
call :runsub 14 testoutstudy "Test with Study Override" -q -s
if %jit% EQU 1 call :runsub 14 testoutjit "Test with JIT Override" -q -s+