Fix Windows test script.

This commit is contained in:
Philip.Hazel 2016-12-31 14:04:25 +00:00
parent f42fb677b9
commit f18bfd1d93
2 changed files with 4 additions and 2 deletions

View File

@ -277,6 +277,8 @@ overly-complicated patterns and not spend too much time auto-possessifying was
being reset too often, resulting in very long compile times for some patterns.
Now such patterns are no longer completely auto-possessified.
43. Applied Jason Hood's revised patch for RunTest.bat.
Version 10.22 29-July-2016
--------------------------

View File

@ -245,8 +245,6 @@ if [%3] == [] (
if %1 == 8 (
set outnum=8-%bits%-%link_size%
) else if %1 == 22 (
set outnum=22-%bits%
) else (
set outnum=%1
)
@ -264,6 +262,8 @@ if errorlevel 1 (
echo. %pcre2test% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput%
set failed="yes"
goto :eof
) else if [%1]==[2] (
%pcre2test% %mode% %4 %5 %6 %7 %8 %9 -error -63,-62,-2,-1,0,100,188,189,190,191 >>%2%bits%\%testoutput%
)
set type=