X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Finfo_exists.c;h=330749ba46af0e076f91916c15cd6b4860a5b0e1;hp=80edb5aa911b25c868407d3114e97fce44f63bc3;hb=87c679ff36d7b198862cd2652a384d90f89f3b2b;hpb=60824f8a0f758dc7808eb31cc83434ea78f44ed1 diff --git a/tools/ccanlint/tests/info_exists.c b/tools/ccanlint/tests/info_exists.c index 80edb5aa..330749ba 100644 --- a/tools/ccanlint/tests/info_exists.c +++ b/tools/ccanlint/tests/info_exists.c @@ -13,13 +13,13 @@ #include static void check_has_info(struct manifest *m, - bool keep, unsigned int *timeleft, struct score *score) { if (m->info_file) { score->pass = true; score->score = score->total; + add_info_options(m->info_file); } else { score->error = talloc_strdup(score, "You have no _info file.\n\n"