From 971c40817ab4ec0508a9646075befd4d0e05d6f6 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Sun, 26 Aug 2007 20:41:30 +0000
Subject: [PATCH] Fix the unit tests and the dsconfig.xml to run in non-prompt mode. Remove a duplicate message in admin_tools.properties.
---
opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml
index 19b2808..2746b0e 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml
@@ -44,6 +44,8 @@
if dsInstancePswd:
STAFCmdParamsList.append('-w "%s"' % dsInstancePswd)
+
+ STAFCmdParamsList.append('-n')
</script>
</function>
--
Gitblit v1.10.0