projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874efeb
)
gtester should fail even if -k is passed
author
Cody Russell
<bratsche@gnome.org>
Mon, 23 Nov 2009 13:48:14 +0000
(07:48 -0600)
committer
Cody Russell
<bratsche@gnome.org>
Mon, 23 Nov 2009 13:48:14 +0000
(07:48 -0600)
glib/gtester.c
patch
|
blob
|
history
diff --git
a/glib/gtester.c
b/glib/gtester.c
index ecc9f77fd6eff4cbd81dda8421c27d81cdab5e01..ca023f781454f98a89900a0bd50669dcf4b4bd55 100644
(file)
--- a/
glib/gtester.c
+++ b/
glib/gtester.c
@@
-672,7
+672,7
@@
main (int argc,
close (log_fd);
- return
0
;
+ return
testcase_fail_count == 0 ? 0 : 1
;
}
static void