From ce68c4000450674e87da24ec60ad5888ad319fe0 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Wed, 13 Jan 2010 15:42:57 +0000
Subject: [PATCH] Add timeout in runCommand function
---
opends/tests/staf-tests/shared/functions/dsadm.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/dsadm.xml b/opends/tests/staf-tests/shared/functions/dsadm.xml
index 1fb0532..e0fcf30 100755
--- a/opends/tests/staf-tests/shared/functions/dsadm.xml
+++ b/opends/tests/staf-tests/shared/functions/dsadm.xml
@@ -578,7 +578,7 @@
}
</call>
- <if expr="expectedRC == 0">
+ <if expr="expectedRC == 0 or expectedRC == 'noCheck'">
<!--- Check that DS stopped -->
<call function="'isStopped'">
{ 'location' : location,
--
Gitblit v1.10.0