Skip to content

Commit

Permalink
Add ant/unzip: command not found in the error list
Browse files Browse the repository at this point in the history
related: backlog/issues/983#issuecomment-67423294

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia authored and pshipton committed Nov 22, 2023
1 parent c58d1b4 commit 5b066b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ def runTest() {
List<String> errorList = new ArrayList<String>();
errorList.add(".*There is not enough space in the file system.*");
errorList.add(".*java.io.IOException: Cannot run program \"nohup\".*");
errorList.add(".*unzip: command not found.*");
errorList.add(".*ant: command not found.*");

// nightly/weekly builds should not have git clone issue
if (!env.JOB_NAME.contains("Grinder") && !env.JOB_NAME.contains("_Personal")) {
Expand Down

0 comments on commit 5b066b2

Please sign in to comment.