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:
parent
bbfb4b13df
commit
8d0fe6fc4a
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue