From 61c8ef73b04d5ce5171850271a0129ed9bc7ee6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Fri, 22 Sep 2023 16:36:51 +0100 Subject: [PATCH] Fix permission issues with sessions core test with linux --- tests/core/sessions/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/sessions/test.sh b/tests/core/sessions/test.sh index 544aa276b..bc74a99e8 100755 --- a/tests/core/sessions/test.sh +++ b/tests/core/sessions/test.sh @@ -171,7 +171,7 @@ do if [ "$integration" == "docker" ] ; then docker compose -f docker-compose.test.yml up --abort-on-container-exit --exit-code-from tests else - python3 main.py + sudo -E python3 main.py fi if [ $? -ne 0 ] ; then