diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-06-29 17:32:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-06-29 17:32:37 +0200 |
commit | 19e4038ce5f8696d8c1ca7374430b8602faf5f9d (patch) | |
tree | 6374adaf3d4d07ee6dfeb5e03ff720acc7f018b6 /test/run_tests.sh | |
parent | 7d6366ebfc07ae3ccd5562aec853ad972f7887c4 (diff) |
bump libnDPI to ced6fca184a4549333c2d582e53419f66cd99ec1
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/run_tests.sh')
-rwxr-xr-x | test/run_tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh index a97ec52fa..f5acfb4a5 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -42,6 +42,8 @@ flock -x -n 42 || { function sighandler() { printf '%s\n' ' Received shutdown SIGNAL, bye' >&2 + pkill -P $$ + wait rm -f "${LOCKFILE}" exit 4 } |