projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb87a7
)
ccanlint: make sure we stop on failure of compulsory test.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 6 Oct 2010 01:44:35 +0000
(12:14 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 6 Oct 2010 01:44:35 +0000
(12:14 +1030)
tools/ccanlint/ccanlint.c
patch
|
blob
|
history
diff --git
a/tools/ccanlint/ccanlint.c
b/tools/ccanlint/ccanlint.c
index 3b7dceb23ababae98ec458d29934a49009d79523..00d5363ec9997a3d0d46fa881201e71c17a56542 100644
(file)
--- a/
tools/ccanlint/ccanlint.c
+++ b/
tools/ccanlint/ccanlint.c
@@
-185,7
+185,7
@@
static bool run_test(struct ccanlint *i,
d->dependent->skip_fail = true;
}
}
- return
goo
d;
+ return
!ba
d;
}
static void register_test(struct list_head *h, struct ccanlint *test, ...)