From b569423a6c6dbe29bf098be715e0e98af67bd361 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Thu, 19 Sep 2024 14:14:49 +0000 Subject: [PATCH] use python3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 202b9b55..0ff7e5c4 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ longevity-test: generate-gokms-certs build-images install-gosdnc echo "Will add devices, can take a while" ./config/controller/add_devices.sh sleep 10 - python longevity-tests/longevity.py + python3 longevity-tests/longevity.py longevity-test-down: docker compose -f longevity-tests/docker-compose.yml down -- GitLab