Skip to content

Commit

Permalink
No, the sigterm test is just unreliable, like it always has been.
Browse files Browse the repository at this point in the history
A little more debugging. Perhaps just a longer sleep would suffice?

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed May 1, 2020
1 parent 2a350e9 commit 0688ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sigterm
Expand Up @@ -123,6 +123,8 @@ ${CMDNS1} ping -c 3 ${VPNADDR}
test -f "${CLIPID}" && kill $(cat ${CLIPID}) >/dev/null 2>&1
rm -f "${CLIPID}"

set -x

sleep 5

if ! test -f ${DISCONNECT_FILE};then
Expand Down

0 comments on commit 0688ce5

Please sign in to comment.