Skip to content

Commit

Permalink
Slightly betteer message when .*JCK-runtime.* is not found in Javates…
Browse files Browse the repository at this point in the history
…tUtil.java (adoptium#5496)
  • Loading branch information
judovana authored Aug 13, 2024
1 parent f949df3 commit 0d7b30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jck/jtrunner/JavatestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public static void main(String args[]) throws Exception {
}

if (!found) {
System.out.println("Cannot locate the JCK artifacts under : " + jckRoot);
System.out.println("Cannot locate the `.*JCK-runtime.*` artifacts under : " + jckRoot);
System.exit(1);
}

Expand Down

0 comments on commit 0d7b30d

Please sign in to comment.