Author: faridz
Date: Tue Jun 12 09:04:37 2007
New Revision: 546545

URL: http://svn.apache.org/viewvc?view=rev&rev=546545
Log:
2007-06-12 Farid Zaripov <[EMAIL PROTECTED]>

        * runall.wsf (parseStatus): Increased width of the NAME column,
        according to http://svn.apache.org/viewvc?view=rev&rev=545641.

Modified:
    incubator/stdcxx/trunk/etc/config/windows/runall.wsf

Modified: incubator/stdcxx/trunk/etc/config/windows/runall.wsf
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/runall.wsf?view=diff&rev=546545&r1=546544&r2=546545
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/runall.wsf (original)
+++ incubator/stdcxx/trunk/etc/config/windows/runall.wsf Tue Jun 12 09:04:37 
2007
@@ -341,8 +341,8 @@
 {
     var res = 0;
 
-    // maxNameLen is the length of the "NAME" column in the exec utility output
-    var maxNameLen = 25;
+    // maxNameLen is the width of the "NAME" column in the exec utility output
+    var maxNameLen = 30;
     var pos = execOut.indexOf(exeName.substr(0, maxNameLen));
     if (0 <= pos)
     {


Reply via email to