projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
191d257
)
ccanlint: fix abort when -vv used and examples don't compile.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 10 Nov 2010 06:24:59 +0000
(16:54 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 10 Nov 2010 06:24:59 +0000
(16:54 +1030)
tools/ccanlint/tests/examples_compile.c
patch
|
blob
|
history
diff --git
a/tools/ccanlint/tests/examples_compile.c
b/tools/ccanlint/tests/examples_compile.c
index b34846371cfb8b96bca5e8ae1d383cfa85bc3067..a3a3d1d595c88a5e8cfb7384c99b087aa416df64 100644
(file)
--- a/
tools/ccanlint/tests/examples_compile.c
+++ b/
tools/ccanlint/tests/examples_compile.c
@@
-488,7
+488,8
@@
static void build_examples(struct manifest *m, bool keep,
err = "Standalone compile and"
" adding headers both failed";
} else {
- err = talloc_asprintf("Standalone example:\n"
+ err = talloc_asprintf(score,
+ "Standalone example:\n"
"%s\n"
"Errors: %s\n\n"
"Adding headers, wrappers:\n"