projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ccanlint: Add -k option to keep results.
[ccan]
/
tools
/
ccanlint
/
compulsory_tests
/
run_tests.c
diff --git
a/tools/ccanlint/compulsory_tests/run_tests.c
b/tools/ccanlint/compulsory_tests/run_tests.c
index 52c5fb1041877f2e8daa4613b50bf9a14212c512..9f1f4a4a21723f21a1bf96408e83c6e4f8ad305d 100644
(file)
--- a/
tools/ccanlint/compulsory_tests/run_tests.c
+++ b/
tools/ccanlint/compulsory_tests/run_tests.c
@@
-27,7
+27,9
@@
struct run_tests_result {
const char *output;
};
const char *output;
};
-static void *do_run_tests(struct manifest *m, unsigned int *timeleft)
+static void *do_run_tests(struct manifest *m,
+ bool keep,
+ unsigned int *timeleft)
{
struct list_head *list = talloc(m, struct list_head);
struct run_tests_result *res;
{
struct list_head *list = talloc(m, struct list_head);
struct run_tests_result *res;