From 9db2ce55c3f314f6547a00e592f0caf8a45f8f01 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 22 Oct 2009 11:31:22 -0500 Subject: If we fail, we need to really fail. --- tests/test-libcustomindicator-dbus-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-libcustomindicator-dbus-client.c b/tests/test-libcustomindicator-dbus-client.c index c6c31f0..0ac1071 100644 --- a/tests/test-libcustomindicator-dbus-client.c +++ b/tests/test-libcustomindicator-dbus-client.c @@ -163,7 +163,7 @@ main (gint argc, gchar * argv[]) return 0; } else { g_debug("Quiting as we're a failure"); - return 0; + return 1; } return 0; } -- cgit v1.2.3