From eb1341fb8e8a7f4b93a9f396d8593709a32fa38e Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Mon, 29 Apr 2024 16:29:00 +0200 Subject: [PATCH] do not kill background process Signed-off-by: Lukas Puehringer --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 64649f45..347de574 100644 --- a/tox.ini +++ b/tox.ini @@ -127,5 +127,5 @@ commands_pre = commands = python -m tests.check_vault_signer -commands_post = - bash {toxinidir}/tests/scripts/stop-vault.sh +; commands_post = +; bash {toxinidir}/tests/scripts/stop-vault.sh