diff -r 4b0c6ed43234 -r 8e837d1bf446 gstreamer_core/tsrc/check/gst/gstindex/src/gstindex.c --- a/gstreamer_core/tsrc/check/gst/gstindex/src/gstindex.c Wed Mar 24 17:58:42 2010 -0500 +++ b/gstreamer_core/tsrc/check/gst/gstindex/src/gstindex.c Wed Mar 24 18:04:17 2010 -0500 @@ -26,11 +26,20 @@ void create_xml(int result) { + if(result) + { assert_failed = 1; - + } + testResultXml(xmlfile); close_log_file(); + + if(result) + { + exit (-1); + } + } #include