Improve fork test logging in gctest
authorIvan Maidanski <ivmai@mail.ru>
Tue, 20 Nov 2012 17:13:40 +0000 (21:13 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 20 Nov 2012 17:13:40 +0000 (21:13 +0400)
commitff93a74691be86ed6ae4f9572a028e7eb9e5c944
tree1c8916cc7b13b11a5725a43acbe4ba2441ad9bda
parent47e3714fd5b9e05c7b590dc4b5ee54489cfaf721
Improve fork test logging in gctest

* tests/test.c (run_one_test): Move fork testing block upper (so that
other tests run in parallel in parent process).
* tests/test.c (run_one_test): Log "fork performed" and
"child started" events (only if not NO_TEST_HANDLE_FORK).
tests/test.c