Skip to content

Commit

Permalink
Correct jck stage material checkout when target jck root not the same…
Browse files Browse the repository at this point in the history
… as the repo folder (#4224)

* Correct jck stage material checkout when target jck root not the same as the repo folder

Signed-off-by: Andrew Leonard <[email protected]>

* Correct jck stage material checkout when target jck root not the same as the repo folder

Signed-off-by: Andrew Leonard <[email protected]>

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard authored Jan 3, 2023
1 parent 8a4c3b9 commit c070735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jck/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<arg value="-b"/>
<arg value="${jck_branch}"/>
<arg value="${JCK_GIT_REPO_USED}" />
<arg value="${JCK_ROOT_USED}" />
</exec>
</then>
<!-- jck materials exist, update jck materials if needed-->
Expand Down
1 change: 1 addition & 0 deletions jck/jtrunner/JavaTestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public static boolean generateJTB() throws Exception {
if (!jckVersion.equals(actualJckVersion)) {
System.out.println("test-args jckversion " + jckVersion + " does not match actual jckversion " + actualJckVersion + ". Using actual jckversion " + actualJckVersion);
jckVersion = actualJckVersion;
jckVersionNo = jckVersion.replace("jck", "");
}
}
}
Expand Down

0 comments on commit c070735

Please sign in to comment.