app/tests: Output session management test result

Output session management test result to be consistent with GLib test
framework test output.
This commit is contained in:
Martin Nordholts 2010-06-27 10:47:30 +02:00
parent bbfb4b13df
commit 8d0fe6fc4a

View file

@ -139,6 +139,9 @@ int main(int argc, char **argv)
&final_dockrc_state))
result = -1;
if (result == 0)
g_print ("/gimp-session-management/sessionrc_compatibility: OK\n");
/* Don't bother freeing stuff, the process is short-lived */
return result;
}