Skip to content

Commit

Permalink
8351138: Running subset of gtests gets error printing result information
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
  • Loading branch information
SendaoYan committed Mar 6, 2025
1 parent 107ee87 commit 4bb3d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/RunTests.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ define SetupRunGtestTestBody
print arr[0]; \
found=1; \
} \
if (!found) { print 0; } \
}' \
} \
END { if (!found) print 0; }' \
$$($1_RESULT_FILE))) \
$$(eval $1_FAILED := $$(shell $$(AWK) '/\[ FAILED \] .* tests?, \
listed below/ { print $$$$4 }' $$($1_RESULT_FILE))) \
Expand Down

0 comments on commit 4bb3d81

Please sign in to comment.