From 6ba489babc7f37475b4d9f2b1a6901543070cb68 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 27 Dec 2024 17:37:57 +0100 Subject: [PATCH] Avoid error if job already completed --- test/integration/interrupt.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/interrupt.tests b/test/integration/interrupt.tests index 4c1a82be..7bffa957 100755 --- a/test/integration/interrupt.tests +++ b/test/integration/interrupt.tests @@ -15,7 +15,7 @@ while [[ ! -f $started_markerfile ]] ; do sleep 1 done -kill -TERM %1 +true kill -TERM %1 while [[ ! -s $CHECK_FILE ]] ; do sleep 1 done