From 7f9723acbfb1ca8cd77d38ffbd6ead9e3b9b6c17 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 02 Jul 2007 19:25:59 +0000
Subject: [PATCH] Issue 1869 don't use ":" in pathnames

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

diff --git a/opends/tests/functional-tests/shared/functions/environment.xml b/opends/tests/functional-tests/shared/functions/environment.xml
index 03279c4..1f37655 100755
--- a/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/opends/tests/functional-tests/shared/functions/environment.xml
@@ -262,7 +262,7 @@
     <sequence>
     
       <script>
-        logsDate=strftime("%Y%m%d-%H:%M:%S",localtime())
+        logsDate=strftime("%Y%m%d-%H%M%S",localtime())
         logsArch=DSInfo.getServerArch(DSInfo.ServerDict['system os'])
         logsOSName=DSInfo.getServerOSName(DSInfo.ServerDict['system os'])
         logsOS='%s-%s' % (logsOSName,logsArch)

--
Gitblit v1.10.0