summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-12 12:07:23 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-12 12:07:23 +0000
commitcee5883791741dddc0081fd1dd0f674678e1f1c8 (patch)
tree2ea87a8d7bd05169939cfc129f61ae05e1323074
parentc06ae74c74c0add5e2b6508a4bb1ee4c48f6b5ce (diff)
downloadpcre-cee5883791741dddc0081fd1dd0f674678e1f1c8.tar.gz
A last-minute update to RunTest.bat from Sheri.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@799 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--RunTest.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/RunTest.bat b/RunTest.bat
index fabd477..38f1eae 100644
--- a/RunTest.bat
+++ b/RunTest.bat
@@ -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 @@ if %jit% EQU 0 (
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
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