Skip to content

Commit cb37867

Browse files
committed
group warnings to make it easier to view
1 parent 5cd4c23 commit cb37867

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build_all.py

+2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ def build_a_example(arg):
7070

7171
# Build with warnings
7272
if build_result.stderr:
73+
print(f"::group::warning-message")
7374
print(build_result.stderr.decode("utf-8"))
75+
print(f"::endgroup::")
7476

7577
return ret
7678

0 commit comments

Comments
 (0)