[Pcre-svn] [799] code/trunk/RunTest.bat: A last-minute updat…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [799] code/trunk/RunTest.bat: A last-minute update to RunTest. bat from Sheri.
Revision: 799
          http://vcs.pcre.org/viewvc?view=rev&revision=799
Author:   ph10
Date:     2011-12-12 12:07:23 +0000 (Mon, 12 Dec 2011)


Log Message:
-----------
A last-minute update to RunTest.bat from Sheri.

Modified Paths:
--------------
    code/trunk/RunTest.bat


Modified: code/trunk/RunTest.bat
===================================================================
--- code/trunk/RunTest.bat    2011-12-11 18:07:25 UTC (rev 798)
+++ code/trunk/RunTest.bat    2011-12-12 12:07:23 UTC (rev 799)
@@ -19,6 +19,7 @@
 @rem 15 requires absence of jit support
 @rem Sheri P also added override tests for study and jit testing
 @rem JIT testing n/a for tests 7-10, removed JIT override test for them
+@rem removed override tests for 14-15


setlocal enabledelayedexpansion
if [%srcdir%]==[] (
@@ -325,8 +326,6 @@
goto :eof
)
call :runsub 14 testout "JIT-specific features - have JIT" -q
- call :runsub 14 testoutstudy "Test with Study Override" -q -s
- call :runsub 14 testoutjit "Test with JIT Override" -q -s+
goto :eof

:do15
@@ -335,7 +334,6 @@
goto :eof
)
call :runsub 15 testout "JIT-specific features - no JIT" -q
- call :runsub 15 testoutstudy "Test with Study Override" -q -s
goto :eof

:conferror