[Pcre-svn] [354] code/trunk: Fix bug in RunTest.bat for new …

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [354] code/trunk: Fix bug in RunTest.bat for new test.
Revision: 354
          http://www.exim.org/viewvc/pcre2?view=rev&revision=354
Author:   ph10
Date:     2015-08-24 17:09:39 +0100 (Mon, 24 Aug 2015)
Log Message:
-----------
Fix bug in RunTest.bat for new test.


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


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2015-08-24 16:04:32 UTC (rev 353)
+++ code/trunk/ChangeLog    2015-08-24 16:09:39 UTC (rev 354)
@@ -157,7 +157,9 @@
 43. Correct the setting of CMAKE_C_FLAGS in CMakeLists.txt (patch from Roy Ivy 
 III).


+44. Fix bug in RunTest.bat for new test 14.

+
Version 10.20 30-June-2015
--------------------------


Modified: code/trunk/RunTest.bat
===================================================================
--- code/trunk/RunTest.bat    2015-08-24 16:04:32 UTC (rev 353)
+++ code/trunk/RunTest.bat    2015-08-24 16:09:39 UTC (rev 354)
@@ -253,6 +253,9 @@
 if [%1]==[12] (
   set type=-%bits%
 )
+if [%1]==[14] (
+  set type=-%bits%
+)


fc /n %srcdir%\testdata\%testoutput%%type% %2%bits%\%testoutput% >NUL