From e8d227a5d6c1875195c71ec449d1949eb00b2bff Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 04 Mar 2008 10:44:24 +0000
Subject: [PATCH] Remove "block" element in "runCommand" function

---
 opendj-sdk/opends/tests/shared/functions/utils.xml |   28 ++++++++++++----------------
 1 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/opendj-sdk/opends/tests/shared/functions/utils.xml b/opendj-sdk/opends/tests/shared/functions/utils.xml
index 0525e4c..65c8fef 100755
--- a/opendj-sdk/opends/tests/shared/functions/utils.xml
+++ b/opendj-sdk/opends/tests/shared/functions/utils.xml
@@ -1483,22 +1483,18 @@
       <message>
         '%s: Running command:\n %s %s\nlocation: %s\nenv: %s\nworkdir: %s' % (_id,command,arguments,location,env,path)
       </message>
-
-      <block name="'%s:Wrapper for %s' % (_id,re.compile('\..*$').sub('',os.path.basename(command)))">
-      
-          <process name="name">
-            <location>location</location>
-            <command>command</command>
-            <parms>arguments</parms>
-            <workdir>path</workdir>
-            <envs>env</envs>
-            <console use="'same'"/>
-            <stdout if="outputFile != 'None'" mode="'replace'">'%s/%s' % (outputPath, outputFile)</stdout>
-            <stderr mode="'stdout'"/>
-            <returnstdout/>
-          </process>
-      
-      </block>
+   
+      <process name="name">
+        <location>location</location>
+        <command>command</command>
+        <parms>arguments</parms>
+        <workdir>path</workdir>
+        <envs>env</envs>
+        <console use="'same'"/>
+        <stdout if="outputFile != 'None'" mode="'replace'">'%s/%s' % (outputPath, outputFile)</stdout>
+        <stderr mode="'stdout'"/>
+        <returnstdout/>
+      </process>
       
       <script>
         cmdRC = RC

--
Gitblit v1.10.0