Skip to content
Snippets Groups Projects
Commit c470ed78 authored by Simon McVittie's avatar Simon McVittie
Browse files

bin: Check for shared libraries even if we don't know what to expect


We can at least print "unknown-expectations" in the summary of issues.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 421137b5
Branches
Tags
No related merge requests found
Pipeline #1396 passed
...@@ -319,7 +319,7 @@ main (int argc, ...@@ -319,7 +319,7 @@ main (int argc,
can_run = srt_system_info_can_run (info, multiarch_tuples[i]); can_run = srt_system_info_can_run (info, multiarch_tuples[i]);
json_builder_add_boolean_value (builder, can_run); json_builder_add_boolean_value (builder, can_run);
if (can_run && expectations != NULL) if (can_run)
{ {
json_builder_set_member_name (builder, "library-issues-summary"); json_builder_set_member_name (builder, "library-issues-summary");
json_builder_begin_array (builder); json_builder_begin_array (builder);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment