From e45a173ea4e6936789e54cbf64175aca2ebfbe60 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 21 May 2008 19:31:59 +0000
Subject: [PATCH] increment errNum in case of error

---
 opends/tests/system-tests/clients/restartDs/restartDs.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/tests/system-tests/clients/restartDs/restartDs.xml b/opends/tests/system-tests/clients/restartDs/restartDs.xml
index 6653369..09eb93a 100755
--- a/opends/tests/system-tests/clients/restartDs/restartDs.xml
+++ b/opends/tests/system-tests/clients/restartDs/restartDs.xml
@@ -83,6 +83,7 @@
               'fileFd'     : fileFd
             }
           </call>
+          <script>errNum += 1</script>
         </sequence>
       <else>
         <sequence>

--
Gitblit v1.10.0