projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccanlint: show each test as we execute it with -vv
[ccan]
/
tools
/
ccanlint
/
tests
/
tests_pass_without_features.c
diff --git
a/tools/ccanlint/tests/tests_pass_without_features.c
b/tools/ccanlint/tests/tests_pass_without_features.c
index 4ce337555b97f0274ca2e7697628faf684116545..cc650c24c88fdf1761cc8f089f75c1b213ec2365 100644
(file)
--- a/
tools/ccanlint/tests/tests_pass_without_features.c
+++ b/
tools/ccanlint/tests/tests_pass_without_features.c
@@
-29,6
+29,8
@@
static void do_run_tests_no_features(struct manifest *m,
foreach_ptr(list, &m->run_tests, &m->api_tests) {
list_for_each(list, i, list) {
score->total++;
+ if (verbose >= 2)
+ printf(" %s\n", i->name);
if (run_command(m, timeleft, &cmdout, "%s",
i->compiled[COMPILE_NOFEAT]))
score->score++;