g_test_run: return 0 if all tests are skipped in TAP mode
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 11 Feb 2014 15:24:34 +0000 (15:24 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 13 Feb 2014 14:31:27 +0000 (14:31 +0000)
commit0f5577de57b83841280dbd925c1b64b77bf4a828
tree50f8b054356b20e4ba03733ac4e972c6390dc08c
parentffa5fab09a504cc6d2ff862b4cff123e27e118e1
g_test_run: return 0 if all tests are skipped in TAP mode

Exit status 77 is special to Automake's default test driver, but is
treated as an error by TAP.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=724124
Reviewed-by: Dan Winship <danw>
glib/gtestutils.c