Skip to content

Commit

Permalink
Use exit code 1 if any LSF job failed (#981)
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx authored Apr 3, 2024
1 parent 1641ee0 commit 675ba3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ public static void main(String[] args) {
}
});
StaticReportGenerator.writeMasterXmlLog(sb.toString(), perTestMessages, testPlan);
}

System.exit(1);
}
}

private static Optional<Integer> sourceToMem(TestSource ts) {
Expand Down

0 comments on commit 675ba3a

Please sign in to comment.