summaryrefslogtreecommitdiff
path: root/test/cairo-test-runner.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-06-13 12:19:51 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-06-13 12:19:51 +0100
commit31b7652e1fa2ab2bd9e9df7f5517b7d678faf6aa (patch)
treeaa9db7e83c8d2e53a3132a68dbe6942644b49986 /test/cairo-test-runner.c
parent3dde883b779b81b95f420039c02b51b029311f78 (diff)
downloadcairo-31b7652e1fa2ab2bd9e9df7f5517b7d678faf6aa.tar.gz
[test] Never, ever, blame a crashing test on external factors.
Diffstat (limited to 'test/cairo-test-runner.c')
-rw-r--r--test/cairo-test-runner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cairo-test-runner.c b/test/cairo-test-runner.c
index 3652a9b55..7476d1ef6 100644
--- a/test/cairo-test-runner.c
+++ b/test/cairo-test-runner.c
@@ -453,7 +453,7 @@ _runner_print_results (cairo_test_runner_t *runner)
_runner_print_summary (runner);
_runner_print_details (runner);
- if (! runner->passed) {
+ if (! runner->passed && ! runner->num_crashed) {
_log (&runner->base,
"\n"
"Note: These failures may be due to external factors.\n"