From 6c7674c3554e44f6d691eaea0ab81026f7ef5318 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 5 Jul 2024 16:46:29 +0100 Subject: [PATCH] chore: pass signal handler env var to containers --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d59596435..c4574030d 100755 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ docker_pact: docker_build docker_test_all: docker_build docker run \ -e LOG_LEVEL=INFO \ + -e PACT_CORE_PLUGINS_SIGNAL_HANDLERS=1 \ --rm \ pactfoundation/pact-go-test \ /bin/sh -c "make test && make pact_local"