Update to bring list of errors into line with RunTest.
This commit is contained in:
parent
a8f00b314b
commit
bd2bcb3ade
|
@ -263,7 +263,7 @@ if errorlevel 1 (
|
||||||
set failed="yes"
|
set failed="yes"
|
||||||
goto :eof
|
goto :eof
|
||||||
) else if [%1]==[2] (
|
) else if [%1]==[2] (
|
||||||
%pcre2test% %mode% %4 %5 %6 %7 %8 %9 -error -65,-62,-2,-1,0,100,101,191,200 >>%2%bits%\%testoutput%
|
%pcre2test% %mode% %4 %5 %6 %7 %8 %9 -error -70,-62,-2,-1,0,100,101,191,200 >>%2%bits%\%testoutput%
|
||||||
)
|
)
|
||||||
|
|
||||||
set type=
|
set type=
|
||||||
|
|
Loading…
Reference in New Issue