From 292e7a8e29dacd986c829c4396938cba2b1084f3 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 25 Mar 2008 09:21:30 +0000
Subject: [PATCH] missing "," in env definition

---
 opends/tests/shared/functions/webcontainer.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/shared/functions/webcontainer.xml b/opends/tests/shared/functions/webcontainer.xml
index 7034beb..7cccff4 100755
--- a/opends/tests/shared/functions/webcontainer.xml
+++ b/opends/tests/shared/functions/webcontainer.xml
@@ -273,7 +273,7 @@
         if wcPath:
           wcBinPath='%s/bin' % wcPath
           STAFCmd='%s/startup.sh' % wcBinPath
-          STAFCmdEnv=['CATALINA_HOME=%s' % wcPath,'PATH=/bin:/usr/bin' \
+          STAFCmdEnv=['CATALINA_HOME=%s' % wcPath,'PATH=/bin:/usr/bin', \
                       'JAVA_HOME=%s' % JAVA_HOME]
       </script>
       

--
Gitblit v1.10.0