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

al_xipe
16.40.2006 9e41d2cd43e3404dd29f5043df7e1275a3664fe1
small fix to prevent the main build ant environment to override the integration tests build environment properties
1 files modified
5 ■■■■■ changed files
opendj-sdk/opends/build.xml 5 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -740,10 +740,11 @@
    <target name="integration-tests"
            description="Builds the integration tests"
            depends="package">
        <ant dir="${functest.testng.dir}" />
            >
        <ant dir="${functest.testng.dir}" inheritall="false"/>
    </target>
  <target name="buildtools"
        description="Builds the build tools">