From 718c7f7323af1a73db2aae58555f6d4f80bafa99 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Wed, 05 Nov 2008 14:49:50 +0000
Subject: [PATCH] Issue 3025: results should be the same on all OS/platforms
---
opends/tests/staf-tests/shared/functions/environment.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/environment.xml b/opends/tests/staf-tests/shared/functions/environment.xml
index 7d284ff..a3d712a 100755
--- a/opends/tests/staf-tests/shared/functions/environment.xml
+++ b/opends/tests/staf-tests/shared/functions/environment.xml
@@ -136,11 +136,13 @@
OPENDS_BINPATH ='%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)
if is_windows_platform(STAF_REMOTE_HOSTNAME):
fileExt='.bat'
+ scriptExt='.bat'
fileFolder='bat'
pathSeparator=';'
newLine='\r\n'
else:
fileExt=''
+ scriptExt='.sh'
fileFolder='bin'
pathSeparator=':'
newLine='\n'
--
Gitblit v1.10.0