validate: Print the return value at the end
Making it easier to know whether the test passed or not.
This commit is contained in:
parent
f708156ff6
commit
3607fd8deb
@ -898,5 +898,7 @@ exit:
|
||||
g_source_remove (signal_watch_id);
|
||||
#endif
|
||||
|
||||
g_print ("\n=======> Test %s (Return value: %i)\n\n",
|
||||
ret == 0 ? "PASSED" : "FAILED", ret);
|
||||
return ret;
|
||||
}
|
||||
|
@ -480,5 +480,7 @@ exit:
|
||||
g_source_remove (signal_watch_id);
|
||||
#endif
|
||||
|
||||
g_print ("\n=======> Test %s (Return value: %i)\n\n",
|
||||
ret == 0 ? "PASSED" : "FAILED", ret);
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user