mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
02.20.2008 82ba0f53a0035e3f8c5ffcb8d4d2d9a8d1522bbc
fix: getbuildid for all instances evenif running on the same host
1 files modified
9 ■■■■ changed files
opends/tests/system-tests/phases/main_run_lib.xml 9 ●●●● patch | view | raw | blame | history
opends/tests/system-tests/phases/main_run_lib.xml
@@ -157,7 +157,13 @@
              'fileFd'        : NO_FILE
            }
          </call>
          <!-- Get opends buildid is instance is already installed -->
        </sequence>
      </paralleliterate>
      <!-- Get opends buildid if instance is already installed -->
      <paralleliterate in="instances" var="instance">
        <sequence>
          <if expr="instance.getProduct() == 'opends'">
            <sequence>
              <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
@@ -171,7 +177,6 @@
        </sequence>
      </paralleliterate>
      
      <!--== Get the clients list from all modules ==-->
      <script>
        clients = []