Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Actually set any_failed on failure. (#143552, Philippe Blain)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed Jun 11, 2004
1 parent 4ab8be3 commit f61fb55
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-10
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-12
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-6
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-8
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/printf-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f61fb55

Please sign in to comment.