Skip to content
Snippets Groups Projects

Log an issue if we don't know which shared libraries to expect

Merged Simon McVittie requested to merge wip/smcv/unknown-expectations into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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);
Loading