Skip to content
Snippets Groups Projects
Commit a322225f 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 4aeaf4a6
No related branches found
No related tags found
1 merge request!31Log an issue if we don't know which shared libraries to expect
Pipeline #1402 passed
......@@ -319,7 +319,7 @@ main (int argc,
can_run = srt_system_info_can_run (info, multiarch_tuples[i]);
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_begin_array (builder);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment