Fix Windows test script.
This commit is contained in:
parent
6c85a9cf86
commit
ef3f53c50a
@ -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.
|
being reset too often, resulting in very long compile times for some patterns.
|
||||||
Now such patterns are no longer completely auto-possessified.
|
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
|
Version 10.22 29-July-2016
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@ -245,8 +245,6 @@ if [%3] == [] (
|
|||||||
|
|
||||||
if %1 == 8 (
|
if %1 == 8 (
|
||||||
set outnum=8-%bits%-%link_size%
|
set outnum=8-%bits%-%link_size%
|
||||||
) else if %1 == 22 (
|
|
||||||
set outnum=22-%bits%
|
|
||||||
) else (
|
) else (
|
||||||
set outnum=%1
|
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%
|
echo. %pcre2test% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput%
|
||||||
set failed="yes"
|
set failed="yes"
|
||||||
goto :eof
|
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=
|
set type=
|
||||||
|
Loading…
Reference in New Issue
Block a user