Revision: 637
http://www.exim.org/viewvc/pcre2?view=rev&revision=637
Author: ph10
Date: 2016-12-31 14:04:25 +0000 (Sat, 31 Dec 2016)
Log Message:
-----------
Fix Windows test script.
Modified Paths:
--------------
code/trunk/ChangeLog
code/trunk/RunTest.bat
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2016-12-31 13:46:36 UTC (rev 636)
+++ code/trunk/ChangeLog 2016-12-31 14:04:25 UTC (rev 637)
@@ -277,7 +277,9 @@
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
--------------------------
Modified: code/trunk/RunTest.bat
===================================================================
--- code/trunk/RunTest.bat 2016-12-31 13:46:36 UTC (rev 636)
+++ code/trunk/RunTest.bat 2016-12-31 14:04:25 UTC (rev 637)
@@ -245,8 +245,6 @@
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 @@
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=