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:45:54 +00:00
committed by Matthias Clasen
parent c441dca3db
commit 9bee4171bc
6 changed files with 26 additions and 1 deletions

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