Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle SIGTERM in empty docker-compose container
In docker-compose-1-empty.yml nc was being invoked directly which led to SIGTERM being ignored by the container. This added an unneccessary 10 second wait after tests that used it while docker timed out and sends a SIGKILL. This fixes that by forking nc and trapping SIGTERM and directly killing nc. Change-Id: Ifc5072b33c45f9fa90868a87ca69982c051e10e1 Signed-off-by: Julian Carrivick <cjulian@au1.ibm.com>
- Loading branch information