Skip to content

Commit

Permalink
Limite overall testcases summary for all targets to openjdk and jck only
Browse files Browse the repository at this point in the history
Some of other category tests might also run with jtreg. In that case
testcase summary per target is still useful.

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Mar 14, 2024
1 parent b5016d0 commit e6e6612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/resultsSum.pl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ sub resultReporter {
print "$testTargetStatus\n";

print "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n\n";
if (@testCasesResults) {
if (@testCasesResults && ($buildList =~ /openjdk/ || $buildList =~ /jck/)) {
$testCasesAllTargetsSummary = getTestcaseResults(\@testCasesResults);
print $testCasesAllTargetsSummary . "\n";
print "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n";
Expand Down

0 comments on commit e6e6612

Please sign in to comment.