Skip to content

Commit

Permalink
Merge pull request #520 from sophia-guo/result2
Browse files Browse the repository at this point in the history
Limit overall test cases summary for all targets to openjdk and jck only
  • Loading branch information
karianna committed Mar 15, 2024
2 parents 842b258 + e6e6612 commit b0bfa59
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 b0bfa59

Please sign in to comment.