You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/06/01 11:05:20 UTC

svn commit: r543433 - /harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml

Author: smishura
Date: Fri Jun  1 02:05:20 2007
New Revision: 543433

URL: http://svn.apache.org/viewvc?view=rev&rev=543433
Log:
Apply patch from HARMONY-3501 with fix for cleaning old execution status

Modified:
    harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml?view=diff&rev=543433&r1=543432&r2=543433
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/scripts/cc-exec-adaptor.xml Fri Jun  1 02:05:20 2007
@@ -39,7 +39,7 @@
 
         <!-- clear previous status -->
         <replaceregexp file="${cc.execution.status.file}"
-                       match="^${suite.name}\.parameters\..*\n"
+                       match="^${suite.name}\.parameters\..*$"
                        replace=""
                        byline="true"/>