From c09cb073789350aecad7388da289bb076a717dfe Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 17 Aug 2009 11:13:07 +0000
Subject: [PATCH] integration tests hopefully fixed

SVN: 12119
---
 integration-tests/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index c23e84ba622..54cf9d25b68 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -217,7 +217,7 @@ function install_openbis_server {
 	copy_templates $OPENBIS_SERVER_NAME
     
         unzip -d $OPENBIS_SERVER $INSTALL/openBIS*.zip
-	$OPENBIS_SERVER/openBIS-server/install.sh $PWD/$OPENBIS_SERVER $OPENBIS_SERVER/service.properties $OPENBIS_SERVER/openbis/log.xml
+	$OPENBIS_SERVER/openBIS-server/install.sh $PWD/$OPENBIS_SERVER $OPENBIS_SERVER/service.properties $OPENBIS_SERVER/openbis.conf
 	wait_for_server
     else
         copy_templates $OPENBIS_SERVER_NAME
-- 
GitLab