Actually set any_failed on failure. (#143552, Philippe Blain)
authorMatthias Clasen <maclas@gmx.de>
Fri, 11 Jun 2004 03:45:54 +0000 (03:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 11 Jun 2004 03:45:54 +0000 (03:45 +0000)
Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>

* tests/printf-test.c (TEST): Actually set any_failed on
failure.  (#143552, Philippe Blain)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/printf-test.c

index a4e21ea..5a19bf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/printf-test.c (TEST): Actually set any_failed on 
+       failure.  (#143552, Philippe Blain)
+
 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
 
        * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
index a4e21ea..5a19bf5 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/printf-test.c (TEST): Actually set any_failed on 
+       failure.  (#143552, Philippe Blain)
+
 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
 
        * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
index a4e21ea..5a19bf5 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/printf-test.c (TEST): Actually set any_failed on 
+       failure.  (#143552, Philippe Blain)
+
 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
 
        * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
index a4e21ea..5a19bf5 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/printf-test.c (TEST): Actually set any_failed on 
+       failure.  (#143552, Philippe Blain)
+
 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
 
        * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
index a4e21ea..5a19bf5 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/printf-test.c (TEST): Actually set any_failed on 
+       failure.  (#143552, Philippe Blain)
+
 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
 
        * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
index 085c69d..99f4803 100644 (file)
@@ -39,7 +39,7 @@ if (failed) \
     else \
       g_print ("(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), message ? (gchar*)message : ""); \
     fflush (stdout); \
-    any_failed; \
+    any_failed = TRUE; \
   } \
 } G_STMT_END