Actually set any_failed on failure. (#143552, Philippe Blain)

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)
This commit is contained in:
Matthias Clasen 2004-06-11 03:42:33 +00:00 committed by Matthias Clasen
parent 4ab8be3a4e
commit f61fb554e3
6 changed files with 26 additions and 1 deletions

View 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>
Merge from HEAD:

View 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>
Merge from HEAD:

View 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>
Merge from HEAD:

View 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>
Merge from HEAD:

View 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>
Merge from HEAD:

View 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