From 6ace7a47106597967b24e66861a72e59e81219b5 Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Sat, 11 Dec 2021 14:46:14 -0700 Subject: [PATCH] process cleanup attempt Signed-off-by: Travis Glenn Hansen --- ci/bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/bin/run.sh b/ci/bin/run.sh index 3edec5d..8b0f6e9 100755 --- a/ci/bin/run.sh +++ b/ci/bin/run.sh @@ -3,7 +3,7 @@ set -e set -x -trap 'kill $(jobs -p)' EXIT +trap 'sudo kill $(jobs -p)' EXIT #trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT export PATH="/usr/local/lib/nodejs/bin:${PATH}"