On Thu, Mar 04, 2021 at 08:22:20PM +0100, Daniel Wagner wrote: > +static void write_stats(FILE *f, void *data) > +{ > + int *error = data; > + > + fprintf(f, " \"success\": %d\n", !*error); > +} I think I add 'exit_code' to all of the tests.
On Thu, Mar 04, 2021 at 08:22:20PM +0100, Daniel Wagner wrote: > +static void write_stats(FILE *f, void *data) > +{ > + int *error = data; > + > + fprintf(f, " \"success\": %d\n", !*error); > +} I think I add 'exit_code' to all of the tests.
![]() |