Fix permission issues with sessions core test with linux

This commit is contained in:
Théophile Diot 2023-09-22 16:36:51 +01:00
parent be25ae8e05
commit 61c8ef73b0
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -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