mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8351138: Running subset of gtests gets error printing result information
Reviewed-by: erikj
This commit is contained in:
@@ -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))) \
|
||||
|
||||
Reference in New Issue
Block a user