]> granicus.if.org Git - check/commit
Post an error if a fork mode is set and fork is unavailable
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 22 Sep 2013 21:27:53 +0000 (21:27 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 22 Sep 2013 21:27:53 +0000 (21:27 +0000)
commit659ee6ebcceb8a9f1cb496444e56d4db8494b5b8
treec63c33b80b6d375211d826d005b5769db228fb48
parenta3112af81a0ebd7d79477671fb2a23b81bf3bfe7
Post an error if a fork mode is set and fork is unavailable

The default fork mode if fork is unavailable is CK_NOFORK.
Someone trying to set a fork mode without fork available will
only result in failures running tests. Posting an error up
front before tests are run makes more sense.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@775 64e312b2-a51f-0410-8e61-82d0ca0eb02a
src/check_run.c
tests/check_check_fork.c