Fix stress runner signal related issues

The stress runner with -S option needs to stop all workers on error.

* The workers which terminated successfully (0) must be distinguished
  orm the failed workers, and the successfully terminated workers
  MUST not cause mass termination.
* The SIGCHLD single does not needs to be handled anymore when we terminate all
  workers.
* Does not makes sens to handle again and again, the SIGCHLD signal after
  any worker finished with failure.

Change-Id: Ic563f3acaa4e56f5135c438612f1db990b858552
1 file changed