---
 tests/general/draw-pixels.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tests/general/draw-pixels.c b/tests/general/draw-pixels.c
index 383f335..0506ead 100644
--- a/tests/general/draw-pixels.c
+++ b/tests/general/draw-pixels.c
@@ -871,6 +871,10 @@ piglit_display(void)
                                }
                                free(pixels);
                                pixels = NULL;
+
+                               if (!pass) {
+                                       piglit_present_results();
+                               }
                        }
                }
        }
-- 
1.7.3.4

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to