Skip to content

Commit

Permalink
added system lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed May 1, 2024
1 parent 430e2e6 commit 86bdafd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions system/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@
</target>

<target name="common_dist" description="generate the distribution">
<echo message="SYSTEMTEST_DEST is set to: ${SYSTEMTEST_DEST}" />
<echo message="TEST_ROOT is set to: ${TEST_ROOT}" />
<echo message="SYSTEM_LIB_DIR is set to: ${SYSTEM_LIB_DIR}" />
<copy todir="${SYSTEMTEST_DEST}/STF">
<fileset dir="${SYSTEMTEST_ROOT}/STF" includes="**" />
</copy>
Expand All @@ -336,9 +339,8 @@
<chmod file="${SYSTEMTEST_DEST}/openj9-systemtest/openj9.test.sharedClasses.jvmti/bin/native/**" perm="755"/>
</then>
</if>
<echo message="system lib dir is called.....${SYSTEM_LIB_DIR}" />
<copy todir="${SYSTEMTEST_DEST}/systemtest_prereqs/">
<fileset dir="${SYSTEM_LIB_DIR}" includes="**" />
<copy todir="${SYSTEMTEST_DEST}/systemtest_prereqs/">
<fileset dir="${SYSTEM_LIB_DIR}" includes="**"/>
</copy>
</target>

Expand Down

0 comments on commit 86bdafd

Please sign in to comment.