Fix to test framework.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Wed, 6 Feb 2013 14:50:49 +0000 (15:50 +0100)
committerLukasz Marek <l.marek@samsung.com>
Mon, 11 Feb 2013 10:59:13 +0000 (11:59 +0100)
commit94b8a18e822020f50cd9bfd0e7b97a5a9f03e782
tree731f817da0db76972570657ec0c50a8a97555fc7
parent1066befd816055522cd145ed024df9255e4dfe24
Fix to test framework.

Add option allowChildLogs in test framework.
Adopt method name to DPL convention.
Change SIGINT to SIGKILL in RUNNER_CHILD framework.

[Issue#]  N/A
[Cause]   Child process closes 1 and 2 descriptor after fork.
[Soution] Add allowChildLogs option.
[Problem] Logs from child process was not printed on screen.

[Verification] Successful compilation.

Change-Id: I97d18f94c751d14119efe02f7b84c3c142ab31d1
modules/test/include/dpl/test/test_runner.h
modules/test/src/test_runner.cpp
modules/test/src/test_runner_child.cpp