From 64d72ece43363e83e03f2c9c6ea88702f6ee17d2 Mon Sep 17 00:00:00 2001 From: Jasmine Dahilig Date: Tue, 1 Dec 2020 23:41:32 -0800 Subject: [PATCH] lifecycle: update e2e test for service job with new docker signal #8932 --- e2e/lifecycle/inputs/service.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/lifecycle/inputs/service.nomad b/e2e/lifecycle/inputs/service.nomad index 5a7f8bfba02a..7b762cba4c48 100644 --- a/e2e/lifecycle/inputs/service.nomad +++ b/e2e/lifecycle/inputs/service.nomad @@ -120,7 +120,7 @@ if [ ! -f ${NOMAD_ALLOC_DIR}/poststart-started ]; then exit 15; fi touch ${NOMAD_ALLOC_DIR}/main-checked echo trap -trap cleanup SIGINT +trap cleanup SIGTERM echo sleep while true