summaryrefslogtreecommitdiffstats
path: root/test/scripts/run_with_cleanup.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-14make test: properly handle ctrl-cKlement Sekera1-25/+0
Change-Id: Iab88886ebc1582626813777ea45ce97fc8e36443 Signed-off-by: Klement Sekera <ksekera@cisco.com>
2017-08-07make test: kill all remaining subprocesses on exitKlement Sekera1-0/+25
This change introduces a wrapper script which kills all processes in the same process group as itself (with the exception of the script). Using this script to run the unit tests should prevent stale processes left behind in some cases (e.g. when test framework crashes). Change-Id: If3b9201c06b87fa6be095721436893207d09b5e4 Signed-off-by: Klement Sekera <ksekera@cisco.com>